Skip to content

Commit

Permalink
Update Travis Node versions; Node < 10 no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Jun 21, 2020
1 parent 19f6700 commit 571bcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
- "14"

before_install:
- travis_retry npm install
Expand Down

0 comments on commit 571bcdf

Please sign in to comment.