tracker/.travis.yml

17 lines
266 B
YAML
Raw Normal View History

2013-06-22 01:31:32 +02:00
language: go
2013-08-21 18:50:58 +02:00
go: 1.1.2
2013-08-13 08:33:23 +02:00
2013-08-29 06:24:31 +02:00
env:
2013-12-01 04:39:02 +01:00
- TESTCONFIGPATH=/home/travis/gopath/src/github.com/chihaya/chihaya/config/example.json
2013-08-29 06:24:31 +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"
2013-08-13 09:36:55 +02:00
on_success: always
on_failure: always