You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: go
|
|
dist: xenial
|
|
go:
|
|
- '1.10'
|
|
- '1.11'
|
|
- '1.12'
|
|
- '1.13'
|
|
- 'tip'
|
|
|
|
script:
|
|
- go test -coverpkg=./... -coverprofile=coverage.info -timeout=5s
|
|
- bash <(curl -s https://codecov.io/bash)
|
|
|