Travis CI: Activate test:node task again.

This commit is contained in:
Jürg Lehni 2016-01-28 01:13:18 +01:00
parent c22911f43b
commit f7053689bc
2 changed files with 2 additions and 3 deletions

View file

@ -19,4 +19,4 @@ script:
- npm run lint
- gulp minify
- gulp test:browser
# - gulp test:node
- gulp test:node

View file

@ -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:
sudo apt-get install libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev
libgif-dev
sudo apt-get install libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev
You might also need to install the build-essential package if you don't usually
build from c++ sources: