mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-04 20:21:56 -07:00
18 lines
277 B
YAML
18 lines
277 B
YAML
language: go
|
|
|
|
go: 1.1.2
|
|
|
|
before_install:
|
|
- sudo apt-get install libzmq3-dev
|
|
- go get -tags zmq_3_x github.com/alecthomas/gozmq
|
|
|
|
services:
|
|
- redis-server
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.net#chihaya"
|
|
on_success: always
|
|
on_failure: always
|