mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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
|
||||
node_js:
|
||||
- "4"
|
||||
sudo: false
|
||||
env:
|
||||
- CXX=g++-4.9
|
||||
addons:
|
||||
|
@ -9,4 +10,9 @@ addons:
|
|||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- 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'
|
||||
|
|
Loading…
Reference in a new issue