Skip to content

Commit

Permalink
[Tests] up to node v12.4, v11.15, v10.15, v8.15, v6.17; u…
Browse files Browse the repository at this point in the history
…se `nvm install-latest-npm`
  • Loading branch information
ljharb committed Jun 21, 2019
1 parent f55453f commit cda0abc
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions .travis.yml
Expand Up @@ -2,12 +2,13 @@ language: node_js
os:
- linux
node_js:
- "11.4"
- "10.14"
- "12.4"
- "11.15"
- "10.15"
- "9.11"
- "8.14"
- "8.15"
- "7.10"
- "6.15"
- "6.17"
- "5.12"
- "4.9"
- "iojs-v3.3"
Expand Down Expand Up @@ -38,6 +39,34 @@ matrix:
env: POSTTEST=true
- node_js: "4"
env: COVERAGE=true
- node_js: "12.3"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.1"
env: TEST=true ALLOW_FAILURE=true
- node_js: "12.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "11.14"
env: TEST=true ALLOW_FAILURE=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"
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 @@ -46,6 +75,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 @@ -96,6 +127,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 @@ -144,6 +177,10 @@ 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"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.13"
Expand Down Expand Up @@ -260,4 +297,3 @@ matrix:
- os: osx
- env: TEST=true ALLOW_FAILURE=true
- env: COVERAGE=true
- env: POSTTEST=true

0 comments on commit cda0abc

Please sign in to comment.