From 61e968530ae8b8734d8eedeb0f63c3e3c021063e Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sun, 23 Feb 2020 12:36:27 -0500 Subject: [PATCH] Drop Node.js 6 and 7 from Travis test rotation. 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 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15f0ee090..77ba6bdb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,5 @@ node_js: - "10" - "9" - "8" - - "7" - - "6" sudo: false