Skip to content

Commit 6d45fa8

Browse files
committedMay 25, 2016
Explicitly test Node 4, 5 and 6 in travis
1 parent 9944a55 commit 6d45fa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: node_js
33
node_js:
44
- "0.10"
55
- "0.12"
6-
- node
6+
- "4"
7+
- "5"
8+
- "6"
79
before_install:
810
- npm install -g npm@^3.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.