Skip to content

Commit

Permalink
Travis: Disable some clang builds.
Browse files Browse the repository at this point in the history
They slow down the test process and don't really add anything to the
test coverage since we compile everything with clang on OS X anyway.
  • Loading branch information
cscott committed Nov 5, 2015
1 parent 8ad686c commit cb35269
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 @@ -38,19 +38,19 @@ matrix:
- os: linux
compiler: clang
env: NODE_VERSION="5.0.0" PUBLISHABLE=false RELEASE=true
- os: linux
compiler: clang
env: NODE_VERSION="4.2.1" PUBLISHABLE=false
# - os: linux
# compiler: clang
# env: NODE_VERSION="4.2.1" PUBLISHABLE=false
- os: linux
env: NODE_VERSION="4.2.1" BUILD_X86=true # node abi 46
- os: linux
compiler: clang
env: NODE_VERSION="iojs-v3.3.1" PUBLISHABLE=false
# - os: linux
# compiler: clang
# env: NODE_VERSION="iojs-v3.3.1" PUBLISHABLE=false
- os: linux
env: NODE_VERSION="iojs-v3.3.1" BUILD_X86=true # node abi 45
- os: linux
compiler: clang
env: NODE_VERSION="iojs-v2.4.0" PUBLISHABLE=false
# - os: linux
# compiler: clang
# env: NODE_VERSION="iojs-v2.4.0" PUBLISHABLE=false
- os: linux
env: NODE_VERSION="iojs-v2.4.0" BUILD_X86=true # node abi 44
# disabled because libphp5-embed package is not on whitelist yet
Expand Down

0 comments on commit cb35269

Please sign in to comment.