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 30, 2018
1 parent f9b0d7d commit 3df305e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,10 @@ language: node_js
os:
- linux
node_js:
- "10.8"
- "11.0"
- "10.12"
- "9.11"
- "8.11"
- "8.12"
- "7.10"
- "6.14"
- "5.12"
Expand Down Expand Up @@ -41,6 +42,14 @@ matrix:
env: PRETEST=true
- node_js: "lts/*"
env: SAUCE=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"
Expand Down Expand Up @@ -79,6 +88,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 3df305e

Please sign in to comment.