hayai/vendor/github.com/icza/bitio/.travis.yml
2024-12-21 17:26:50 +01:00

13 lines
178 B
YAML

language: go
go:
- 1.8
- 1.13
- master
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)