tracker/.travis.yml
Jimmy Zelinskie 444c0f3973 drop Go 1.4 from travis
It has a weird racey timeout with the UDP tests and is old.
2015-10-25 15:31:24 -04:00

25 lines
320 B
YAML

language: go
go:
- 1.5
- tip
sudo: false
before_install:
- go get github.com/tools/godep
- godep restore
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