Browse Source

travis: temporarily remove clang builds

The LLVM APT repo has been temporarily switched off, so remove clang builds until it is back on
master
Francisco Ferreira 9 years ago
parent
commit
50527f6088
  1. 8
      .travis.yml

8
.travis.yml

@ -15,7 +15,7 @@ addons:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- george-edison55-precise-backports - george-edison55-precise-backports
- llvm-toolchain-precise-3.7 # - llvm-toolchain-precise-3.7
packages: packages:
- build-essential - build-essential
- gawk - gawk
@ -29,8 +29,8 @@ addons:
- g++-4.9 - g++-4.9
- cmake - cmake
- cmake-data - cmake-data
- clang-3.7 # - clang-3.7
- llvm-3.7 # - llvm-3.7
cache: cache:
ccache: true ccache: true
@ -58,7 +58,7 @@ notifications:
compiler: compiler:
- gcc - gcc
- clang # - clang
env: env:
global: global:

Loading…
Cancel
Save