yay/vendor/github.com/Morganamilo/go-srcinfo/.travis.yml
2018-09-15 17:42:34 +01:00

15 lines
208 B
YAML

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