Merge pull request #2984 from fsih/removeGreenkeeperLockfile

Remove greenkeeper lockfile
This commit is contained in:
DD Liu 2021-03-23 17:23:05 -04:00 committed by GitHub
commit f405e59d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View file

@ -13,15 +13,9 @@ env:
cache:
directories:
- "$HOME/.npm"
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:
- if [[ ${TRAVIS_BRANCH:0:11} = greenkeeper ]]; then npm install --production=false; else npm ci --production=false; fi
before_script: greenkeeper-lockfile-update
- npm ci --production=false
script: npm run $NPM_SCRIPT
after_script: greenkeeper-lockfile-upload
jobs:
include:
- env: NPM_SCRIPT=lint

View file

@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/LLK/scratch-vm.svg?branch=develop)](https://travis-ci.org/LLK/scratch-vm)
[![Coverage Status](https://coveralls.io/repos/github/LLK/scratch-vm/badge.svg?branch=develop)](https://coveralls.io/github/LLK/scratch-vm?branch=develop)
[![Greenkeeper badge](https://badges.greenkeeper.io/LLK/scratch-vm.svg)](https://greenkeeper.io/)
## Installation
This requires you to have Git and Node.js installed.