diff --git a/.travis.yml b/.travis.yml index fcb059dcebfabe107f195679e52e752e3d9283a8..c927568c31f359c10e80573c06ae4d5d623a14c6 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