From e3632da830d052cf8f732283ca886e3ca7e7d3d4 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 11 Jun 2016 10:02:05 -0400 Subject: [PATCH] remove clang from travis build for now https://github.com/travis-ci/travis-ci/issues/6120#issue-157861834 --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) 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 - -