tracker/.travis.yml

17 lines
266 B
YAML
Raw Normal View History

2013-06-21 19:31:32 -04:00
language: go
2013-08-21 12:50:58 -04:00
go: 1.1.2
2013-08-13 02:33:23 -04:00
2013-08-29 00:24:31 -04:00
env:
2013-08-29 00:47:37 -04:00
- TESTCONFIGPATH=/home/travis/gopath/src/github.com/pushrax/chihaya/config/example.json
2013-08-29 00:24:31 -04:00
2013-06-21 19:31:32 -04:00
services:
- redis-server
2013-08-13 02:33:23 -04:00
notifications:
irc:
channels:
- "irc.freenode.net#chihaya"
2013-08-13 03:36:55 -04:00
on_success: always
on_failure: always