Skip to content

Commit 697f948

Browse files
committed
Update travis test matrix to include 4.2.1 and 5.0.0.
1 parent 443b181 commit 697f948

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,23 @@ matrix:
3131
# Linux
3232
- os: linux
3333
compiler: clang
34-
env: NODE_VERSION="4.1.2" PUBLISHABLE=false
34+
env: NODE_VERSION="5.0.0" PUBLISHABLE=false
3535
- os: linux
36-
env: NODE_VERSION="4.1.2" BUILD_X86=true # node abi 46
36+
env: NODE_VERSION="5.0.0" BUILD_X86=true # node abi 47
3737
# Test in release mode, not just debug mode.
3838
- os: linux
3939
compiler: clang
40-
env: NODE_VERSION="4.1.2" PUBLISHABLE=false RELEASE=true
40+
env: NODE_VERSION="5.0.0" PUBLISHABLE=false RELEASE=true
4141
- os: linux
4242
compiler: clang
43-
env: NODE_VERSION="4.0.0" PUBLISHABLE=false
43+
env: NODE_VERSION="4.2.1" PUBLISHABLE=false
44+
- os: linux
45+
env: NODE_VERSION="4.2.1" BUILD_X86=true # node abi 46
4446
- os: linux
4547
compiler: clang
4648
env: NODE_VERSION="iojs-v3.3.1" PUBLISHABLE=false
4749
- os: linux
4850
env: NODE_VERSION="iojs-v3.3.1" BUILD_X86=true # node abi 45
49-
- os: linux
50-
compiler: clang
51-
env: NODE_VERSION="iojs-v3.1.0" PUBLISHABLE=false
5251
- os: linux
5352
compiler: clang
5453
env: NODE_VERSION="iojs-v2.4.0" PUBLISHABLE=false
@@ -58,15 +57,18 @@ matrix:
5857
# https://github.com/travis-ci/apt-package-whitelist#package-approval-process
5958
# # test building against external libphp5
6059
# - os: linux
61-
# env: NODE_VERSION="4.1.2" EXTERNAL_LIBPHP=true PUBLISHABLE=false
60+
# env: NODE_VERSION="4.2.1" EXTERNAL_LIBPHP=true PUBLISHABLE=false
6261
# addons:
6362
# apt:
6463
# sources: [ 'libphp5-embed:i386', 'php5-dev:i386' ]
6564
# packages: [ 'libphp5-embed', 'php5-dev']
6665
# OS X
6766
- os: osx
6867
compiler: clang
69-
env: NODE_VERSION="4.1.2" # node abi 46
68+
env: NODE_VERSION="5.0.0" # node abi 47
69+
- os: osx
70+
compiler: clang
71+
env: NODE_VERSION="4.2.1" # node abi 46
7072
- os: osx
7173
compiler: clang
7274
env: NODE_VERSION="iojs-v3.3.1" # node abi 45

0 commit comments

Comments
 (0)