mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-07 21:51:54 -07:00
15 lines
178 B
YAML
15 lines
178 B
YAML
language: go
|
|
|
|
go: 1.1.1
|
|
|
|
before_install:
|
|
- sudo apt-get install libzmq3-dev
|
|
|
|
services:
|
|
- redis-server
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.net#chihaya"
|