Skip to content

Commit c1650fd

Browse files
committed
Add node 4.0, node 5.0 to travis test targets
1 parent f510e9e commit c1650fd

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
@@ -4,6 +4,8 @@ node_js:
44
- '0.10'
55
- '0.11'
66
- '0.12'
7+
- '4.0'
8+
- '5.0'
79
- iojs
810
sudo: false
911
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov

0 commit comments

Comments
 (0)