Skip to content

Commit 7f616c4

Browse files
committed
Fix travis: NVM seems to have renamed its iojs versions.
1 parent 6be477a commit 7f616c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ matrix:
4040
env: NODE_VERSION="4.0.0" PUBLISHABLE=false
4141
- os: linux
4242
compiler: clang
43-
env: NODE_VERSION="iojs-3.3.1" # node abi 45
43+
env: NODE_VERSION="iojs-v3.3.1" # node abi 45
4444
- os: linux
4545
compiler: clang
46-
env: NODE_VERSION="iojs-3.1.0" PUBLISHABLE=false
46+
env: NODE_VERSION="iojs-v3.1.0" PUBLISHABLE=false
4747
- os: linux
4848
compiler: clang
49-
env: NODE_VERSION="iojs-2.4.0" PUBLISHABLE=false
49+
env: NODE_VERSION="iojs-v2.4.0" PUBLISHABLE=false
5050
- os: linux
51-
env: NODE_VERSION="iojs-2.4.0" BUILD_X86=true # node abi 44
51+
env: NODE_VERSION="iojs-v2.4.0" BUILD_X86=true # node abi 44
5252
# disabled because libphp5-embed package is not on whitelist yet
5353
# https://github.com/travis-ci/apt-package-whitelist#package-approval-process
5454
# # test building against external libphp5
@@ -64,10 +64,10 @@ matrix:
6464
env: NODE_VERSION="4.1.2" # node abi 46
6565
- os: osx
6666
compiler: clang
67-
env: NODE_VERSION="iojs-3.3.1" # node abi 45
67+
env: NODE_VERSION="iojs-v3.3.1" # node abi 45
6868
- os: osx
6969
compiler: clang
70-
env: NODE_VERSION="iojs-2.4.0" # node abi 44
70+
env: NODE_VERSION="iojs-v2.4.0" # node abi 44
7171

7272
before_install:
7373
- export PUBLISHABLE=${PUBLISHABLE:-true}

0 commit comments

Comments
 (0)