Files
gormt/.travis.yml
2019-12-31 21:18:42 +08:00

15 lines
253 B
YAML

language: go
go:
- 1.13.x
- master
go_import_path: github.com/xxjwxc/gormt
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)