Skip to content

Commit

Permalink
Use docker on travis, add .12 and iojs to testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Mar 26, 2015
1 parent 9ef1b57 commit 0505e72
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,7 +1,9 @@
language: node_js
node_js:
- '0.11'
- '0.12'
- '0.10'
- 'iojs'
sudo: false
script:
- make test-cov
- cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js > /dev/null 2>&1
Expand Down

0 comments on commit 0505e72

Please sign in to comment.