Skip to content

Commit

Permalink
chore: Use lts/* instead of Node 0.10 on Travis
Browse files Browse the repository at this point in the history
The library itself is still compatible with Node 0.10,
but the dev tooling is not any more.
  • Loading branch information
Rob--W committed Mar 4, 2020
1 parent 86f1500 commit cfd5566
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,7 +1,7 @@
language: node_js
node_js:
- node
- 0.10
- lts/*
script:
- npm run lint
# test-coverage will also run the tests, but does not print helpful output upon test failure.
Expand Down

0 comments on commit cfd5566

Please sign in to comment.