mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-15 16:01:07 -04:00
Remove greenkeeper lockfile
This commit is contained in:
parent
622782fdb3
commit
358032cd33
2 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
[](https://travis-ci.org/LLK/scratch-vm)
|
||||
[](https://coveralls.io/github/LLK/scratch-vm?branch=develop)
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
## Installation
|
||||
This requires you to have Git and Node.js installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue