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: cache:
directories: directories:
- "$HOME/.npm" - "$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: install:
- if [[ ${TRAVIS_BRANCH:0:11} = greenkeeper ]]; then npm install --production=false; else npm ci --production=false; fi - npm ci --production=false
before_script: greenkeeper-lockfile-update
script: npm run $NPM_SCRIPT script: npm run $NPM_SCRIPT
after_script: greenkeeper-lockfile-upload
jobs: jobs:
include: include:
- env: NPM_SCRIPT=lint - 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) [![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) [![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 ## Installation
This requires you to have Git and Node.js installed. This requires you to have Git and Node.js installed.