Skip to content

Commit 480a7f6

Browse files
committed
run travis tests with new node versions
1 parent 9ff0b2d commit 480a7f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
- 0.12
3+
- "0.10"
4+
- "0.12"
5+
- "4"
6+
- "5"
7+
- "6"
8+
- "7"

0 commit comments

Comments
 (0)