Files
QSfera/Server/vendor/github.com/ggwhite/go-masker/.travis.yml
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

13 lines
189 B
YAML

language: go
go:
- "1.11"
env:
- env GO111MODULE=on
script:
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)