Skip to content

Commit 2518123

Browse files
committed
build: support io.js 1.x and 2.x
1 parent e63d339 commit 2518123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.12"
6+
- "1.0"
7+
- "1.8"
8+
- "2.0"
69
sudo: false
710
script: "npm run-script test-travis"
811
after_script: "test $TRAVIS_NODE_VERSION = '0.10' && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)