Skip to content

Commit

Permalink
Don't use node@6 in travis. Node@6 comes with npm@3, which does not s…
Browse files Browse the repository at this point in the history
…upport package-lock.json. The latest version of npm@8 (8.15.0) comes with [email protected] by default when installed by `nvm install 8`.
  • Loading branch information
maxkfranz committed Feb 26, 2019
1 parent ba7955d commit 18babf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
sudo: false
Expand Down

0 comments on commit 18babf1

Please sign in to comment.