Skip to content

Commit

Permalink
Fix travis to test on node v12 rather than v11
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Jan 13, 2020
1 parent a70b839 commit 90e17b5
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 @@ -3,7 +3,7 @@ language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
- "node"

after_script: "npm run coveralls"

0 comments on commit 90e17b5

Please sign in to comment.