14 lines
178 B
YAML
14 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"
|