Skip to content

Commit

Permalink
chore(ci): run tests in Node.js v6
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Oct 11, 2016
1 parent 7a526f1 commit b5f97dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ language: node_js
matrix:
include:
- node_js: "4"
- node_js: "6"
env: COVERALLS=1
- node_js: "5"

after_success:
- if [ "x$COVERALLS" = "x1" ]; then npm run coveralls; fi

0 comments on commit b5f97dc

Please sign in to comment.