tracker/.travis.yml
2014-10-22 21:57:06 -04:00

19 lines
280 B
YAML

language: go
go: 1.3
before_install:
- go get github.com/tools/godep
script:
- godep go test ./...
notifications:
irc:
channels:
- "irc.freenode.net#chihaya"
use_notice: true
skip_join: true
on_success: always
on_failure: always
email: false