mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Travis CI: Add additional packages required by node-canvas.
This commit is contained in:
parent
40aa0b0081
commit
9465b35ef6
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
|
sudo: false
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.9
|
- CXX=g++-4.9
|
||||||
addons:
|
addons:
|
||||||
|
@ -9,4 +10,9 @@ addons:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
|
- libcairo2-dev
|
||||||
|
- libpango1.0-dev
|
||||||
|
- libssl-dev
|
||||||
|
- libjpeg62-dev
|
||||||
|
- libgif-dev
|
||||||
script: 'npm install -g bower && bower install && npm run lint && gulp build && gulp test'
|
script: 'npm install -g bower && bower install && npm run lint && gulp build && gulp test'
|
||||||
|
|
Loading…
Reference in a new issue