tracker/.travis.yml
2015-06-18 20:16:24 -04:00

23 lines
311 B
YAML

language: go
go: 1.4
sudo: false
before_install:
- go get github.com/tools/godep
- godep restore
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