Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Drop Node.js 6 and 7 from Travis test rotation.
Browse files Browse the repository at this point in the history
Necessary because of native async functions and object spread syntax in
multiple dependencies:
https://travis-ci.org/facebook/regenerator/jobs/654120801
https://travis-ci.org/facebook/regenerator/jobs/654120802
  • Loading branch information
benjamn committed Feb 23, 2020
1 parent 864f2ad commit 61e9685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ node_js:
- "10"
- "9"
- "8"
- "7"
- "6"

sudo: false

0 comments on commit 61e9685

Please sign in to comment.