tunasync/.travis.yml
2016-04-30 16:37:29 +08:00

17 lines
255 B
YAML

language: go
go:
- 1.6
before_install:
- go get golang.org/x/tools/cmd/cover
- go get -v github.com/mattn/goveralls
os:
- linux
script:
- ./.testandcover.bash
after_success:
- goveralls -coverprofile=profile.cov -service=travis-ci