Skip to content

Commit

Permalink
[Tests] up to node v10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 6, 2018
1 parent 17a0fd3 commit 5e96464
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
os:
- linux
node_js:
- "10.0"
- "10.3"
- "9.11"
- "8.11"
- "7.10"
Expand Down Expand Up @@ -37,6 +37,12 @@ matrix:
env: POSTTEST=true
- node_js: "4"
env: COVERAGE=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"
env: TEST=true ALLOW_FAILURE=true
- node_js: "9.9"
Expand Down

0 comments on commit 5e96464

Please sign in to comment.