Skip to content

Commit

Permalink
[Tests] up to node v8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 25, 2017
1 parent 71e24db commit 4aa868d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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:
- "8.6"
- "8.8"
- "7.10"
- "6.11"
- "5.12"
Expand Down Expand Up @@ -30,6 +30,10 @@ matrix:
include:
- node_js: "node"
env: COVERAGE=true
- node_js: "8.7"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.6"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.5"
env: TEST=true ALLOW_FAILURE=true
- node_js: "8.4"
Expand Down

0 comments on commit 4aa868d

Please sign in to comment.