Skip to content

Commit

Permalink
[Tests] up to node v12, v11.14, v6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 23, 2019
1 parent a09a2e7 commit 3cde5b0
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ language: node_js
os:
- linux
node_js:
- "11.7"
- "12.0"
- "11.14"
- "10.15"
- "9.11"
- "8.15"
- "7.10"
- "6.16"
- "6.17"
- "5.12"
- "4.9"
- "iojs-v3.3"
Expand Down Expand Up @@ -37,6 +38,20 @@ matrix:
env: PRETEST=true
- node_js: "lts/*"
env: POSTTEST=true
- node_js: "11.13"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.12"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.11"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.10"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.9"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.8"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.7"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.6"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.5"
Expand Down Expand Up @@ -153,6 +168,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "7.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.16"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.15"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.14"
Expand Down

0 comments on commit 3cde5b0

Please sign in to comment.