mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-09-24 12:20:41 +00:00
17 lines
281 B
YAML
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
|