Skip to content

Commit 747fb01

Browse files
committed
Add node 4.0, node 5.0 to Travis test targets
1 parent fd6769c commit 747fb01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ node_js:
33
- '0.10'
44
- '0.11'
55
- '0.12'
6+
- '4.0'
7+
- '5.0'
68
- iojs
79
sudo: false
810
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov

0 commit comments

Comments
 (0)