tracker/.travis.yml
2016-03-02 21:05:31 -05:00

20 lines
245 B
YAML

language: go
go:
- 1.6
- tip
sudo: false
script: go test -v ./...
notifications:
irc:
channels:
- irc.freenode.net#chihaya
use_notice: true
skip_join: true
on_success: always
on_failure: always
email: false