File tree 4 files changed +5595
-3972
lines changed
4 files changed +5595
-3972
lines changed Original file line number Diff line number Diff line change 13
13
cache :
14
14
directories :
15
15
- " $HOME/.npm"
16
- before_install :
17
- # package-lock.json was introduced in npm@5
18
- - ' [[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
19
- - npm install -g greenkeeper-lockfile
20
16
install :
21
- - if [[ ${TRAVIS_BRANCH:0:11} = greenkeeper ]]; then npm install --production=false; else npm ci --production=false; fi
22
- before_script : greenkeeper-lockfile-update
17
+ - npm ci --production=false
23
18
script : npm run $NPM_SCRIPT
24
- after_script : greenkeeper-lockfile-upload
25
19
jobs :
26
20
include :
27
21
- env : NPM_SCRIPT=lint
Original file line number Diff line number Diff line change 3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/LLK/scratch-vm.svg?branch=develop )] ( https://travis-ci.org/LLK/scratch-vm )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/LLK/scratch-vm/badge.svg?branch=develop )] ( https://coveralls.io/github/LLK/scratch-vm?branch=develop )
6
- [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/LLK/scratch-vm.svg )] ( https://greenkeeper.io/ )
7
6
8
7
## Installation
9
8
This requires you to have Git and Node.js installed.
You can’t perform that action at this time.
0 commit comments