Skip to content

Commit

Permalink
[Tests] on node 12 and 13, drop 11; require iojs and 0.12 to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 24, 2020
1 parent 0971f5d commit 33aca74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
os:
- linux
node_js:
- "11"
- "13"
- "12"
- "10"
- "8"
- "6"
Expand Down Expand Up @@ -31,6 +32,4 @@ matrix:
- node_js: "lts/*"
env: COVERAGE=true
allow_failures:
- node_js: "iojs"
- node_js: "0.12"
- node_js: "0.10"

0 comments on commit 33aca74

Please sign in to comment.