github.com/zerjioang/time32@v0.0.0-20211102104504-b756043b9843/.travis.yml (about) 1 language: go 2 dist: xenial 3 os : linux 4 go: 5 - 1.14.x 6 cache: 7 directories: 8 - $HOME/.cache/go-build 9 - $HOME/gopath/pkg/mod 10 before_install: 11 - go get github.com/fzipp/gocyclo 12 script: 13 - go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic 14 - bash <(curl -s https://codecov.io/bash)