Skip to content

Commit

Permalink
run travis on node-0.12 & iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyk committed Jun 12, 2015
1 parent c4a003c commit 32b6749
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
sudo: false
node_js:
- '0.8'
- '0.10'
- "0.12"
- "iojs"
install:
- npm install npm@1.4 -g
- npm install npm@latest -g
- npm install

0 comments on commit 32b6749

Please sign in to comment.