Skip to content

Commit

Permalink
Remove Clang from Travis while llvm.org is having problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Sep 29, 2015
1 parent f29ee40 commit 3d50b31
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:

env:
- CC=gcc-4.8 CXX=g++-4.8
- CC=clang-3.6 CXX=clang++-3.6 npm_config_clang=1
# - CC=clang-3.6 CXX=clang++-3.6 npm_config_clang=1

before_install:
VER=`npm --version` eval 'ARRAY=(${VER//./ }) && if [ ${ARRAY[0]} -lt 2 ] || ( [ ${ARRAY[0]} -eq 2 ] && [ ${ARRAY[1]} -lt 13 ] ) ; then npm install -g npm; fi'
Expand All @@ -16,15 +16,8 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
# - llvm-toolchain-precise-3.6
packages:
- gcc-4.8
- g++-4.8
- clang-3.6

matrix:
allow_failures:
- env: CC=clang-3.6 CXX=clang++-3.6
node_js: "0.10"
- env: CC=clang-3.6 CXX=clang++-3.6
node_js: "0.12"
# - clang-3.6

0 comments on commit 3d50b31

Please sign in to comment.