mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
attempt 1 at trying to get tests to work on travis
This commit is contained in:
parent
8d405b586d
commit
c67370ab80
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ env:
|
||||||
global:
|
global:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
install:
|
install:
|
||||||
|
- apt-get update && apt-get install -y libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev pkg-config
|
||||||
|
- npm install canvas
|
||||||
- npm --production=false install
|
- npm --production=false install
|
||||||
- npm --production=false update
|
- npm --production=false update
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in a new issue