Skip to content

Commit

Permalink
Update travis config to latest node LTS: 12 & 10. Remove 8
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed May 8, 2020
1 parent 6540dfa commit 67426ae
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:
- "8"
- "10"
- "12"
sudo: false
script: npm run travis

0 comments on commit 67426ae

Please sign in to comment.