Skip to content

Commit 4514f66

Browse files
committed
Travis: test Node 8 & 10 as well
1 parent 3aeb1b1 commit 4514f66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ language: node_js
33
node_js:
44
- '0.12'
55
- 'iojs'
6-
- '4.0'
7-
- '6.0'
6+
- '4'
7+
- '6'
8+
- '8'
9+
- '10'

0 commit comments

Comments
 (0)