tracker/.travis.yml

25 lines
320 B
YAML
Raw Normal View History

2013-06-21 19:31:32 -04:00
language: go
2015-08-19 13:49:03 -04:00
go:
- 1.5
- tip
2013-08-13 02:33:23 -04:00
sudo: false
before_install:
- go get github.com/tools/godep
- godep restore
script:
2015-08-19 13:49:03 -04:00
- go test -v ./...
2013-08-13 02:33:23 -04:00
notifications:
irc:
channels:
- "irc.freenode.net#chihaya"
use_notice: true
skip_join: true
2013-08-13 03:36:55 -04:00
on_success: always
on_failure: always
email: false