mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
18 lines
395 B
YAML
18 lines
395 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.12"
|
|
- "iojs-v1.2"
|
|
before_script:
|
|
- cp "modules/config.example.js" "modules/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 |