tracker/.travis.yml

25 lines
320 B
YAML
Raw Normal View History

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