github.com/annwntech/go-micro/v2@v2.9.5/.travis.yml (about) 1 language: go 2 go: 3 - 1.15.x 4 env: 5 - GO111MODULE=on IN_TRAVIS_CI=yes 6 before_script: 7 - go install github.com/golangci/golangci-lint/cmd/golangci-lint 8 script: 9 # - golangci-lint run || true 10 # - go test -v -race ./... || true 11 - go test -v ./... 12 cache: 13 directories: 14 - $GOPATH/pkg/mod