Skip to content

Commit

Permalink
travis: test Node.js 4 and 5
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
kenany committed Feb 19, 2016
1 parent bb24426 commit 4d2a0a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "4"
- "5"
git:
depth: 10
branches:
only:
- master
before_install:
- npm install -g npm
- npm install -g npm

0 comments on commit 4d2a0a7

Please sign in to comment.