Skip to content

Commit

Permalink
[Tests] up to v11.6, v10.15, v8.15, v6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 13, 2019
1 parent 254bb40 commit 083e78c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ language: node_js
os:
- linux
node_js:
- "11.4"
- "10.14"
- "11.6"
- "10.15"
- "9.11"
- "8.14"
- "8.15"
- "7.10"
- "6.15"
- "6.16"
- "5.12"
- "4.9"
- "iojs-v3.3"
Expand Down Expand Up @@ -37,6 +37,10 @@ matrix:
env: PRETEST=true
- node_js: "lts/*"
env: POSTTEST=true
- node_js: "11.5"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.4"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.3"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.2"
Expand All @@ -45,6 +49,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.14"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.13"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.12"
Expand Down Expand Up @@ -95,6 +101,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "9.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.14"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.13"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.12"
Expand Down Expand Up @@ -143,6 +151,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "7.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.15"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.14"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.13"
Expand Down

0 comments on commit 083e78c

Please sign in to comment.