You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
434 B

8 years ago
language: node_js
node_js: node
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libjpeg8-dev
- libpango1.0-dev
- libgif-dev
- g++-4.9
env:
- CXX=g++-4.9
before_install:
- npm install npm@4 -g && npm explore npm -g -- npm install node-gyp@latest
8 years ago
script: npm run lint && npm test
after_success: npm run coverage
notifications:
email:
on_success: never