From 1e79ab00998dcff647cd28385b7b38d13124717a Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Mon, 23 Dec 2019 10:43:29 -0500 Subject: [PATCH] Remove package-lock from travis builds. --- .travis/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/run_tests.sh b/.travis/run_tests.sh index 5a7099df5..8fd702f5c 100755 --- a/.travis/run_tests.sh +++ b/.travis/run_tests.sh @@ -19,6 +19,9 @@ export PATH=$PATH:$PWD/node_modules/.bin node --version npm --version +# HACK: remove package-lock.json because otherwise npm doesn't want to git clone (I WISH I KNEW WHY) +rm package-lock.json + # Pin pip version make pin_pip