tracker/.travis.yml

20 lines
245 B
YAML
Raw Normal View History

2016-02-26 00:52:50 +01:00
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