gitea/vendor/github.com/x448/float16/.travis.yml

14 lines
197 B
YAML
Raw Normal View History

language: go
go:
- 1.11.x
env:
- GO111MODULE=on
script:
- go test -short -coverprofile=coverage.txt -covermode=count ./...
after_success:
- bash <(curl -s https://codecov.io/bash)