mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Travis CI: Activate test:node task again.
This commit is contained in:
parent
c22911f43b
commit
f7053689bc
2 changed files with 2 additions and 3 deletions
|
@ -19,4 +19,4 @@ script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- gulp minify
|
- gulp minify
|
||||||
- gulp test:browser
|
- gulp test:browser
|
||||||
# - gulp test:node
|
- gulp test:node
|
||||||
|
|
|
@ -108,8 +108,7 @@ After adding this line, your commands should work in the expected way:
|
||||||
|
|
||||||
##### Installing Cairo, Pango and all other dependencies on Debian/Ubuntu Linux:
|
##### Installing Cairo, Pango and all other dependencies on Debian/Ubuntu Linux:
|
||||||
|
|
||||||
sudo apt-get install libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev
|
sudo apt-get install libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
|
||||||
libgif-dev
|
|
||||||
|
|
||||||
You might also need to install the build-essential package if you don't usually
|
You might also need to install the build-essential package if you don't usually
|
||||||
build from c++ sources:
|
build from c++ sources:
|
||||||
|
|
Loading…
Reference in a new issue