Skip to content

Commit

Permalink
[travis] Add Node@4.x, use new container infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Oct 20, 2015
1 parent cca7a73 commit eb7ac24
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 eb7ac24

Please sign in to comment.