tracker/.travis.yml
Jimmy Zelinskie b61aa4ffd8 travis: remove coveralls
At the moment, this is just too much of a hack getting coverage for all
packages.
2016-03-30 00:20:51 -04:00

19 lines
294 B
YAML

language: go
go:
- 1.6
- tip
sudo: false
install:
- go get -t ./...
script:
- go test -v $(go list ./... | grep -v /vendor/)
notifications:
irc:
channels:
- irc.freenode.net#chihaya
use_notice: true
skip_join: true
on_success: always
on_failure: always
email: false