Skip to content

Commit 57f9d9b

Browse files
author
DD Liu
committed
Merge branch 'develop' into removev2SvgAdapter
1 parent 54bee8f commit 57f9d9b

File tree

4 files changed

+5595
-3972
lines changed

4 files changed

+5595
-3972
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ env:
1313
cache:
1414
directories:
1515
- "$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
2016
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
2318
script: npm run $NPM_SCRIPT
24-
after_script: greenkeeper-lockfile-upload
2519
jobs:
2620
include:
2721
- env: NPM_SCRIPT=lint

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
[![Build Status](https://travis-ci.org/LLK/scratch-vm.svg?branch=develop)](https://travis-ci.org/LLK/scratch-vm)
55
[![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/)
76

87
## Installation
98
This requires you to have Git and Node.js installed.

0 commit comments

Comments
 (0)