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 53219ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: node_js
sudo: false
before_install:
- node --version | grep -q 'v0.8' && npm install -g npm@latest || true
node_js:
- '0.8'
- '0.10'
- "0.12"
- "iojs"
install:
- npm install [email protected] -g
- npm install

0 comments on commit 53219ae

Please sign in to comment.