Skip to content

Commit

Permalink
refact(travis) run on node 0.12 and iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed May 5, 2015
1 parent 9586469 commit cccdbdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
script: 'npm test --coverage'
after_success: 'npm run report-cov'
after_success: 'npm run report-cov'

0 comments on commit cccdbdb

Please sign in to comment.