Skip to content

Commit

Permalink
ci: update nodejs versions in travis
Browse files Browse the repository at this point in the history
12 has been stable a couple months, 13 is master.
  • Loading branch information
Fishrock123 committed Jul 4, 2019
1 parent 0809652 commit 6323dc2
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
Expand Up @@ -3,10 +3,10 @@ language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
matrix:
include:
- node_js: "12"
- node_js: "13"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
Expand Down

0 comments on commit 6323dc2

Please sign in to comment.