Skip to content

Commit 6bd88b7

Browse files
committed
travis; update node versions
Test on active release lines
1 parent 853e75a commit 6bd88b7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
5-
- "6"
6-
- "7"
73
- "8"
8-
- "9"
94
- "10"
5+
- "12"
6+
matrix:
7+
include:
8+
- node_js: "13"
9+
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
10+
allow_failures:
11+
# Allow the nightly installs to fail
12+
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
1013
script:
1114
- npm test
1215
- npm run lint

0 commit comments

Comments
 (0)