Skip to content

Commit 57339b7

Browse files
committed
add node 0.12 and iojs to .travis.yml
1 parent 4f81061 commit 57339b7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: node_js
22
node_js:
3-
- 0.10
3+
- "0.10"
4+
- "0.12"
5+
- iojs-1
6+
- iojs-2
47
script:
5-
- npm run coverage
6-
- npm run publish-coverage
7-
- test $SAUCE_USERNAME && npm run zuul || echo 'not running on saucelabs'
8+
- npm run coverage
9+
- npm run publish-coverage
10+
- test $SAUCE_USERNAME && npm run zuul || echo 'not running on saucelabs'
811
env:
912
global:
1013
- secure: TXxHtCdOAk9AQRyntLTCRLP968OVX3V25bkAKmJvIDbppvuqwftQ+HbsyeuWY/QiTXSpDIis6yoq+3JVtP344IVMHn9gZg22n4idVfHL9TKzcJn0C6Sio49SKFbxKXL7PXIBiceGCyPHO0l8ljA7lt6PFLYpgHmKVYMsotpi+v4=

0 commit comments

Comments
 (0)