mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Update travis.yml to remove greenkeeper specific parts. Use npm ci instead of install and update.
This commit is contained in:
parent
ca392e6d5b
commit
c58dcbb907
1 changed files with 1 additions and 8 deletions
|
@ -108,16 +108,9 @@ addons:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
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:
|
||||||
- sudo -H pip install -r requirements.txt
|
- sudo -H pip install -r requirements.txt
|
||||||
- npm --production=false install
|
- npm ci
|
||||||
- npm --production=false --legacy-peer-deps update
|
|
||||||
before_script: greenkeeper-lockfile-update
|
|
||||||
after_script: greenkeeper-lockfile-upload
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
|
|
Loading…
Reference in a new issue