Skip to content

Commit

Permalink
[Tests] up to node v11.0, v10.12, v8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 23, 2018
1 parent 13a242f commit e09b894
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: node_js
os:
- linux
node_js:
- "10.1"
- "11.0"
- "10.12"
- "9.11"
- "8.11"
- "8.12"
- "7.10"
- "6.14"
- "5.12"
Expand Down Expand Up @@ -33,6 +34,28 @@ matrix:
include:
- node_js: "lts/*"
env: PRETEST=true
- node_js: "10.11"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.10"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.9"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.8"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.7"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.6"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.5"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.4"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.3"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.2"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.1"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "9.10"
Expand All @@ -57,6 +80,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "9.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.11"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.10"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.9"
Expand Down

0 comments on commit e09b894

Please sign in to comment.