16 lines
266 B
YAML
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
|