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 Dec 3, 2016
1 parent 2e64a57 commit 6d8dc26
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 6d8dc26

Please sign in to comment.