Skip to content

Commit 516423b

Browse files
committed
Tweak .travis.yml
1 parent b2c850c commit 516423b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ matrix:
3030
env: NODE_VERSION="iojs-3.3.1"
3131
# segfault on amd64 (but not on x86)
3232
- os: linux
33-
env: NODE_VERSION="iojs-3.1.0"
33+
env: NODE_VERSION="iojs-3.1.0" PUBLISHABLE=false
3434
include:
3535
# Linux
3636
- os: linux
3737
compiler: clang
3838
env: NODE_VERSION="4.1.2" # node abi 46
3939
- os: linux
4040
compiler: clang
41-
env: NODE_VERSION="4.0.0"
41+
env: NODE_VERSION="4.0.0" PUBLISHABLE=false
4242
- os: linux
4343
compiler: clang
4444
env: NODE_VERSION="iojs-3.3.1" # node abi 45
4545
- os: linux
4646
compiler: clang
47-
env: NODE_VERSION="iojs-3.1.0"
47+
env: NODE_VERSION="iojs-3.1.0" PUBLISHABLE=false
4848
- os: linux
4949
compiler: clang
5050
env: NODE_VERSION="iojs-2.4.0" PUBLISHABLE=false
@@ -97,11 +97,6 @@ env:
9797
global:
9898
- secure: "p/3rptxI8KJGhU1omrUu2WRClXhVwbRoWC3YfjaQr6rDMUMkmARc4tWT1UnL6e7bKAG2vKO9ko1d3meT6rHZL8ma/I5z9tvm3gefxLdIeV1I93JNX3nCLNkCDdIOcHEFibr1R8qsrcLqTaVoLMBhnNxFEvUFLbebD3ArFBy0zxY="
9999

100-
#matrix:
101-
# allow_failures:
102-
# # v8 API changed in 0.11, needs update
103-
# - env: NODE_VERSION="0.11"
104-
105100
before_install:
106101
- export PUBLISHABLE=${PUBLISHABLE:-true}
107102
- if test "$TRAVIS_OS_NAME $CC" = "linux gcc" ; then

0 commit comments

Comments
 (0)