Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
 - use container infrastructure for faster builds
 - test for 0.12 and io.js
  • Loading branch information
rlidwka committed Mar 2, 2015
1 parent 0560b04 commit 99e1b07
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
@@ -1,4 +1,7 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
sudo: false
script: make test-ci

0 comments on commit 99e1b07

Please sign in to comment.