Skip to content

Commit 1f5829c

Browse files
committed
modernize travis yml
1 parent c3f32e3 commit 1f5829c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
22
before_script: npm install -g npm@latest
33
node_js:
4-
- '0.8'
54
- '0.10'
65
- '0.12'
7-
- 'iojs'
6+
- 4
7+
- 6
8+
- 8
9+
- 10
10+
- 12

0 commit comments

Comments
 (0)