Skip to content

Commit

Permalink
.travis: Use Node.JS 10.x for CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
poelstra committed Jul 21, 2019
1 parent 88d2e07 commit 8c8d772
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 @@
language: node_js
node_js:
- "4"
- "10"
script:
- "npm run cover"
after_script:
Expand Down

0 comments on commit 8c8d772

Please sign in to comment.