Skip to content

Commit

Permalink
Travis: run tests using Node.js 4.3 and 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Feb 20, 2016
1 parent 0d4cc07 commit 97bc0d2
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"

This comment has been minimized.

Copy link
@tomByrer

tomByrer Feb 21, 2016

FYI: Meteor is still on v0.10. Might be out of scope for you.

This comment has been minimized.

Copy link
@bitbonsai

bitbonsai via email May 15, 2016

sudo: false
script: "npm test && npm run-script lint"

0 comments on commit 97bc0d2

Please sign in to comment.