tracker/.travis.yml
2013-11-30 23:13:30 -05:00

17 lines
281 B
YAML

language: go
go: 1.1.2
env:
- TESTCONFIGPATH=/home/travis/gopath/src/github.com/chihaya/chihaya/config/example.json
services:
- redis-server
notifications:
irc:
channels:
- "irc.freenode.net#chihaya"
on_success: always
on_failure: always
email: false