2
0
mirror of https://git.coolaj86.com/coolaj86/go-watchdog.git synced 2025-12-28 15:18:39 +00:00
2019-06-24 20:00:11 -06:00

18 lines
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)