Skip to content

Commit

Permalink
Merge pull request #69 from jslicense/travis-node-lts-wildcard
Browse files Browse the repository at this point in the history
Configure Travis CI to test on latest LTS Node.js
  • Loading branch information
kemitchell committed Jun 1, 2020
2 parents 25ae220 + 901e473 commit 62f4548
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: [ "10", "11", "12", "13", "node" ]
node_js: [ "10", "11", "12", "13", "lts/*", "node" ]
script:
- "npm run test"
- "npm run lint"
Expand Down

0 comments on commit 62f4548

Please sign in to comment.