Skip to content

Commit e030260

Browse files
committed
[Tests] on node v8; no need for sudo; v0.8 passes now; allow v5/v7/iojs to fail.
1 parent 4375661 commit e030260

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
2-
sudo: true
2+
sudo: false
33
node_js:
4+
- "8"
45
- "7"
56
- "6"
67
- "5"
@@ -17,4 +18,6 @@ install:
1718
matrix:
1819
fast_finish: true
1920
allow_failures:
20-
- node_js: "0.8"
21+
- node_js: "7"
22+
- node_js: "5"
23+
- node_js: "iojs"

0 commit comments

Comments
 (0)