Skip to content

Commit

Permalink
[Tests] up to node v10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 17, 2018
1 parent 6bbde38 commit bab0475
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
os:
- linux
node_js:
- "10.1"
- "10.4"
- "9.11"
- "8.11"
- "7.10"
Expand Down Expand Up @@ -34,6 +34,12 @@ matrix:
include:
- node_js: "lts/*"
env: PRETEST=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 Down

0 comments on commit bab0475

Please sign in to comment.