Skip to content

Commit

Permalink
chore(travis): add Node 0.12 and io.js to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Feb 16, 2015
1 parent b4f7e7a commit dd9629f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sudo: false
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
before_install:
- "npm install -g bower"
- "npm install -g browserify"
Expand Down

0 comments on commit dd9629f

Please sign in to comment.