Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Add node@0.12, iojs, faster docker to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 15, 2015
1 parent b3ffa6a commit 275cbbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ script: npm run-script test-travis
node_js:
- '0.10'
- '0.11'
- '0.12'
- 'iojs'
after_script: npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls
sudo: false

0 comments on commit 275cbbf

Please sign in to comment.