Skip to content

Commit

Permalink
[Tests] up to node v10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 10, 2018
1 parent 8583cbe commit da59510
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
os:
- linux
node_js:
- "10.0"
- "10.8"
- "9.11"
- "8.11"
- "7.10"
Expand Down Expand Up @@ -41,6 +41,22 @@ matrix:
env: PRETEST=true
- node_js: "lts/*"
env: SAUCE=true
- node_js: "10.7"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.6"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.5"
env: TEST=true ALLOW_FAILURE=true
- node_js: "10.4"
env: TEST=true ALLOW_FAILURE=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"
env: TEST=true ALLOW_FAILURE=true
- node_js: "9.9"
Expand Down

0 comments on commit da59510

Please sign in to comment.