Files
zmkgC/api/v1/common/tool/shp/.travis.yml

20 lines
254 B
YAML
Raw Normal View History

2025-07-07 20:11:59 +08:00
language: go
sudo: false
go:
- 1.8.x
- 1.9.x
- master
os:
- linux
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)