mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
13 lines
211 B
YAML
13 lines
211 B
YAML
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)
|