From dc4e4ea569dc18c3a56a49f280a11d96a7db4b51 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Tue, 21 May 2019 11:22:59 -0400 Subject: [PATCH] why did i upgrade npm? --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 876b97c72..c1059938f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ sudo: false install: - travis_retry npm install script: -- npm i -g npm - if [[ -z "$INTEGRATION_TEST" && -z "$DISABLE_TESTS" ]]; then npm test && npm run packaging-integration-test; fi - if [[ ! -z "$DISABLE_TESTS" && ! -z "$LINTING" && -z "$INTEGRATION_TEST" ]]; then npm run lint; fi