Skip to content

Commit

Permalink
[Tests] up to node v11.13, v6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 7, 2019
1 parent 9c4e491 commit 41b48e8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 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.6"
- "11.13"
- "10.15"
- "9.11"
- "8.15"
- "7.10"
- "6.16"
- "6.17"
- "5.12"
- "4.9"
- "iojs-v3.3"
Expand Down Expand Up @@ -43,6 +43,20 @@ matrix:
env: POSTTEST=true
- node_js: "4"
env: COVERAGE=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"
Expand Down Expand Up @@ -157,6 +171,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 41b48e8

Please sign in to comment.