Skip to content

Commit

Permalink
[Tests] up to node v13.0, v12.13, v10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 26, 2019
1 parent f92d774 commit 37790ce
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,10 @@ language: node_js
os:
- linux
node_js:
- "12.6"
- "13.0"
- "12.13"
- "11.15"
- "10.16"
- "10.17"
- "9.11"
- "8.16"
- "7.10"
Expand Down Expand Up @@ -39,6 +40,20 @@ matrix:
env: POSTTEST=true
- node_js: "4"
env: COVERAGE=true
- node_js: "12.12"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.11"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.10"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.9"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.8"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.7"
env: TEST=true ALLOW_FAILURE=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"
Expand Down Expand Up @@ -81,6 +96,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.16"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.15"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.14"
Expand Down

0 comments on commit 37790ce

Please sign in to comment.