Skip to content

Commit 435c401

Browse files
committed
test on iojs and 0.12
1 parent a3b1aa6 commit 435c401

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.11"
4+
- 'iojs'
5+
- '0.12'
6+
- '0.10'
67
after_script:
7-
- npm run coveralls
8+
- npm run coveralls

0 commit comments

Comments
 (0)