mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
this has the nice side effect that `npm test` effectively only runs `mocha` and has proper line numbers in stack traces
17 lines
355 B
YAML
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 |