Skip to content

Commit

Permalink
Add node 0.12 and iojs to CI run.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 5, 2015
1 parent 4282b0b commit fd0768e
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,7 +1,10 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
Expand Down

0 comments on commit fd0768e

Please sign in to comment.