crafatar/.travis.yml
jomo 4dec71c75e only report coverage to coveralls from travis
this has the nice side effect that `npm test` effectively only runs `mocha` and has proper line numbers in stack traces
2015-03-27 23:14:30 +01:00

17 lines
355 B
YAML

language: node_js
node_js:
- "iojs-v1.6.0"
before_install:
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
script:
- npm run-script test-travis
notifications:
irc:
channels:
- "irc.esper.net#crafatar"
skip_join: true
services:
- redis-server
cache:
directories:
- node_modules