TravisCI: Disable clang 3.8 builds (disabled apt repo), remove autotools

pull/440/head
Jerry Jacobs 2016-06-18 09:46:54 +02:00
rodzic ef5101c0d4
commit 1c04e4f546
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -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"