crafatar/.travis.yml
jomo 67e635dbbb remove unnecessary quotes in .travis.yml
I just want travis to run these tests again
2015-05-03 23:33:23 +02:00

17 lines
349 B
YAML

language: node_js
node_js:
- iojs-v1.8
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