Skip to content

Commit 001f98b

Browse files
authored
Merge pull request #5822 from superheri/travis_node9
Add node 9 in travis allowing failures
2 parents f6960da + 62d09b0 commit 001f98b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "9"
45
- "8"
56
- "7"
67
- "6"
@@ -9,6 +10,9 @@ node_js:
910
- "0.12"
1011
- "0.10"
1112
- "iojs"
13+
matrix:
14+
allow_failures:
15+
- node_js: "9"
1216
before_script:
1317
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.11.tgz
1418
- tar -zxvf mongodb-linux-x86_64-2.6.11.tgz

0 commit comments

Comments
 (0)