Skip to content

Commit

Permalink
Merge pull request #53 from fhemberger/fix/travis
Browse files Browse the repository at this point in the history
[travis] Add Node@4.x, use new container infrastructure
  • Loading branch information
3rd-Eden committed Oct 20, 2015
2 parents 741ceec + eb7ac24 commit 683221f
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
@@ -1,8 +1,10 @@
sudo: false
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "4"
- "iojs"
before_install:
- "npm install -g npm@1.4.x"
Expand Down

0 comments on commit 683221f

Please sign in to comment.