2018-02-27 19:46:50 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
|
|
|
- 1.3
|
2019-06-27 11:30:45 +00:00
|
|
|
- 1.5
|
2018-02-27 19:46:50 +00:00
|
|
|
- tip
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- go get -t -v ./...
|
|
|
|
|
|
|
|
script:
|
2019-06-27 11:30:45 +00:00
|
|
|
- go test -v -coverprofile=coverage.txt -covermode=atomic
|
2018-02-27 19:46:50 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|