tracker/.travis.yml

22 lines
293 B
YAML
Raw Normal View History

2013-06-21 19:31:32 -04:00
language: go
2015-01-29 12:14:01 -05:00
go: 1.4
2013-08-13 02:33:23 -04:00
sudo: false
before_install:
- go get github.com/tools/godep
script:
- godep go test ./...
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