From 47271e7af59d2b89ce84d16de3acd2a5d0743a0e Mon Sep 17 00:00:00 2001
From: rschamp <rschamp@media.mit.edu>
Date: Mon, 23 Sep 2019 15:34:14 -0400
Subject: [PATCH] Remove greenkeeper-lockfile
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

According to https://blog.greenkeeper.io/announcing-native-lockfile-support-85381a37a0d0 it’s unnecessary since Sept 2018?!

Also remove the update step, it hasn’t been necessary since we began pinning the scratch-* packages.
---
 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fcb059dce..c927568c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,17 +15,10 @@ env:
 cache:
   directories:
   - node_modules
-before_install:
-# package-lock.json was introduced in npm@5
-- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
-- npm install -g greenkeeper-lockfile
 install:
 - npm --production=false install
-- npm --production=false update
-before_script: greenkeeper-lockfile-update
 script:
 - npm test
-after_script: greenkeeper-lockfile-upload
 before_deploy:
 - >
   if [ -z "$BEFORE_DEPLOY_RAN" ]; then
-- 
GitLab