diff --git a/.travis.yml b/.travis.yml index a13ff9cc..ad89e9ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,14 +24,6 @@ matrix: packages: ['g++-5', 'valgrind'] env: COMPILER=g++-5 - - os: linux - compiler: clang - addons: - apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6'] - packages: ['clang-3.6', 'valgrind'] - env: COMPILER=clang++-3.6 - script: - mkdir build && cd build - cmake -G "Unix Makefiles" -D SHARED=1 -D TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER .. @@ -52,5 +44,3 @@ after_success: notifications: email: false - -