go_study/fabric-main/vendor/github.com/sykesm/zap-logfmt/.travis.yml

13 lines
167 B
YAML

language: go
matrix:
include:
- go: "1.13.x"
install: true
- go: "1.14.x"
install: true
- go: "1.15.x"
install: true
script: go test -race ./...