Skip to content

Commit 5827897

Browse files
committed
[Tests] require tests to pass down to node 0.10; add node 7
1 parent 7708adb commit 5827897

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- '7'
34
- '6'
45
- '5'
56
- '4'
@@ -13,6 +14,3 @@ after_success:
1314
matrix:
1415
fast_finish: true
1516
allow_failures:
16-
- node_js: "iojs"
17-
- node_js: "0.12"
18-
- node_js: "0.10"

0 commit comments

Comments
 (0)