github.com/unionj-cloud/go-doudou@v1.3.8-0.20221011095552-0088008e5b31/framework/http/httprouter/.travis.yml (about) 1 sudo: false 2 language: go 3 go: 4 - 1.7.x 5 - 1.8.x 6 - 1.9.x 7 - 1.10.x 8 - 1.11.x 9 - 1.12.x 10 - 1.13.x 11 - master 12 matrix: 13 allow_failures: 14 - go: master 15 fast_finish: true 16 before_install: 17 - go get github.com/mattn/goveralls 18 script: 19 - go test -v -covermode=count -coverprofile=coverage.out 20 - go vet ./... 21 - test -z "$(gofmt -d -s . | tee /dev/stderr)" 22 - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci