mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
17 lines
378 B
YAML
17 lines
378 B
YAML
language: node_js
|
|
node_js:
|
|
- "iojs-v1.4.1"
|
|
before_script:
|
|
- cp "lib/config.example.js" "lib/config.js"
|
|
before_install:
|
|
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.esper.net#crafatar"
|
|
skip_join: true
|
|
services:
|
|
- redis-server
|
|
cache:
|
|
directories:
|
|
- node_modules |