Skip to content

Commit

Permalink
[Tests] on node v8.1, v6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 28, 2017
1 parent 0b0f272 commit 4d2075c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js
os:
- linux
node_js:
- "8.0"
- "8.1"
- "7.10"
- "6.10"
- "6.11"
- "5.12"
- "4.8"
- "iojs-v3.3"
Expand Down Expand Up @@ -33,6 +33,8 @@ matrix:
env: PRETEST=true
- node_js: "4"
env: COVERAGE=true
- node_js: "8.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "7.9"
env: TEST=true ALLOW_FAILURE=true
- node_js: "7.8"
Expand All @@ -53,6 +55,8 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "7.0"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.10"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.9"
env: TEST=true ALLOW_FAILURE=true
- node_js: "6.8"
Expand Down

0 comments on commit 4d2075c

Please sign in to comment.