Skip to content

Commit

Permalink
travis; update node versions
Browse files Browse the repository at this point in the history
Test on active release lines
  • Loading branch information
aheckmann committed Jun 7, 2019
1 parent 853e75a commit 6bd88b7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
@@ -1,12 +1,15 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "12"
matrix:
include:
- node_js: "13"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
script:
- npm test
- npm run lint
Expand Down

0 comments on commit 6bd88b7

Please sign in to comment.