1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00
文件
tunasync/.travis.yml
2016-04-30 16:37:29 +08:00

17 行
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