gmsec/.travis.yml
2020-06-03 21:05:17 +08:00

16 lines
267 B
YAML

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