Skip to content

Commit

Permalink
[test] disable clang on travis until llvm apt fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Jun 20, 2016
1 parent f292400 commit d7995e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ matrix:
packages:
- g++-4.7
env: CXX=g++-4.7
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- clang-3.7
env: CXX=clang++-3.7 SERIAL=1
# - compiler: clang
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - llvm-toolchain-precise-3.7
# packages:
# - clang-3.7
# env: CXX=clang++-3.7 SERIAL=1
script:
- make -j
- make test

0 comments on commit d7995e1

Please sign in to comment.