2
1
spogulis no https://github.com/therootcompany/serviceman.git synced 2025-09-14 22:38:18 +00:00
2019-07-01 02:44:54 -06:00

18 rindas
223 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)