Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a51248

Browse files
committed
Add node 4.x and 5.x to .travis.yml
1 parent 42c2ce5 commit 7a51248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5+
- "4"
6+
- "5"
57

68
script:
79
- npm test

0 commit comments

Comments
 (0)