Skip to content

Commit

Permalink
travis: test Node.js 4 and 5
Browse files Browse the repository at this point in the history
Also enable container infrastructure.

Closes #17
  • Loading branch information
kenany committed Apr 24, 2016
1 parent d3a34c4 commit 84b9423
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: node_js
node_js:
- "0.8"
- "0.10"
git:
depth: 10
branches:
only:
- master
- "4"
- "5"
sudo: false
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
- npm install -g npm
- npm --version
- npm --version

0 comments on commit 84b9423

Please sign in to comment.