From 1c04e4f54664836b8446d75302458331d3c45477 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sat, 18 Jun 2016 09:46:54 +0200 Subject: [PATCH] TravisCI: Disable clang 3.8 builds (disabled apt repo), remove autotools --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fae3aa..3ae4a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,31 +3,17 @@ language: c addons: apt: sources: - - llvm-toolchain-precise-3.8 - ubuntu-toolchain-r-test packages: - - clang-3.8 - g++-5 - gcc-5 script: - ./.travis.sh matrix: include: - - os: linux - compiler: gcc - env: "BUILD_SYSTEM=autotools" - - os: linux - compiler: clang - env: "BUILD_SYSTEM=autotools" - os: linux compiler: gcc-5 env: "BUILD_SYSTEM=cmake" - - os: linux - compiler: clang-3.8 - env: "BUILD_SYSTEM=cmake" - os: osx compiler: clang env: "BUILD_SYSTEM=cmake" - - os: osx - compiler: clang - env: "BUILD_SYSTEM=autotools"