Skip to content

Commit

Permalink
(ci): use Node 10 Active LTS
Browse files Browse the repository at this point in the history
- Node 8 Maintenance LTS is EOL in Jan 2020
- this also updates NPM to v6.9.0 (from v5.6.0)
- and fixes whatever bug I was getting in https://travis-ci.org/agilgur5/mst-persist/builds/613842662
  • Loading branch information
agilgur5 committed Nov 19, 2019
1 parent aa5120b commit 8281b53
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
# default is the very old 0.10.48; match local version instead
node_js: '8.9'
node_js: '10.16.0'

script: npm test -- --coverage
after_script:
Expand Down

0 comments on commit 8281b53

Please sign in to comment.