tracker/.travis.yml

16 lines
231 B
YAML
Raw Normal View History

2013-06-22 01:31:32 +02:00
language: go
2013-08-13 08:33:23 +02:00
go: 1.1.1
before_install:
- sudo apt-get install libzmq3-dev
2013-08-13 09:32:15 +02:00
- go get -tags zmq_3_x github.com/alecthomas/gozmq
2013-08-13 08:33:23 +02:00
2013-06-22 01:31:32 +02:00
services:
- redis-server
2013-08-13 08:33:23 +02:00
notifications:
irc:
channels:
- "irc.freenode.net#chihaya"