mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
remove canvas from travis build steps'
This commit is contained in:
parent
bea45770bd
commit
f3f3834b48
1 changed files with 0 additions and 9 deletions
|
@ -9,18 +9,9 @@ env:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libcairo2-dev
|
|
||||||
- libpango1.0-dev
|
|
||||||
- libssl-dev
|
|
||||||
- libjpeg62-dev
|
|
||||||
- libgif-dev
|
|
||||||
install:
|
install:
|
||||||
- npm --production=false install
|
- npm --production=false install
|
||||||
- npm --production=false update
|
- npm --production=false update
|
||||||
- npm install --no-save canvas@1.6.11
|
|
||||||
script: npm run $NPM_SCRIPT
|
script: npm run $NPM_SCRIPT
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue