tracker/.travis.yml
2013-08-29 00:47:37 -04:00

16 lines
266 B
YAML

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