mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -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:
|
||||
directories:
|
||||
- node_modules
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libcairo2-dev
|
||||
- libpango1.0-dev
|
||||
- libssl-dev
|
||||
- libjpeg62-dev
|
||||
- libgif-dev
|
||||
install:
|
||||
- npm --production=false install
|
||||
- npm --production=false update
|
||||
- npm install --no-save canvas@1.6.11
|
||||
script: npm run $NPM_SCRIPT
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue