Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Upgrade travis to use node 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcburnie committed Jun 17, 2016
1 parent 2e4a54f commit b5a93df
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
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.12"
- "4.3"
# Send coverage data to Coveralls
after_success: "cat ./test_reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit b5a93df

Please sign in to comment.