Skip to content

Commit

Permalink
[Tests] up to node v12.7, v10.16, v8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 30, 2019
1 parent 36c0abc commit 2c3bcae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: node_js
os:
- linux
node_js:
- "12.2"
- "12.7"
- "11.15"
- "10.15"
- "10.16"
- "9.11"
- "8.15"
- "8.16"
- "7.10"
- "6.17"
- "5.12"
Expand Down Expand Up @@ -38,6 +38,16 @@ matrix:
env: PRETEST=true
- node_js: "lts/*"
env: POSTTEST=true
- node_js: "12.6"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.5"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.4"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.3"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.2"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.1"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.0"
Expand Down Expand Up @@ -72,6 +82,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.15"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.14"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.13"
Expand Down Expand Up @@ -124,6 +136,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "9.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.15"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.14"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.13"
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ build: off

environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
Expand Down

0 comments on commit 2c3bcae

Please sign in to comment.