Skip to content

Commit 0157c4b

Browse files
committed
build: support io.js 1.x
1 parent 94764a5 commit 0157c4b

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
@@ -3,6 +3,8 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.12"
6+
- "1.0"
7+
- "1.8"
68
sudo: false
79
script: "npm run-script test-travis"
810
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)