Skip to content

Commit

Permalink
Merge pull request #113 from macbre/travis-nodejs-4x-5x
Browse files Browse the repository at this point in the history
Travis: run tests using Node.js 4.3 and 5.6
  • Loading branch information
macbre committed Feb 20, 2016
2 parents 0d4cc07 + 97bc0d2 commit 05cb0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "5.6"
- "4.3"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.10"
sudo: false
script: "npm test && npm run-script lint"

0 comments on commit 05cb0ab

Please sign in to comment.