github.com/dubbogo/gost@v1.14.0/.travis.yml (about) 1 language: go 2 3 go: 4 - "1.16.x" 5 6 script: 7 - go fmt ./... && [[ -z `git status -s` ]] 8 - GO111MODULE=on && go mod vendor && go test ./... -bench . -race -v -coverprofile=coverage.txt 9 10 after_success: 11 - bash <(curl -s https://codecov.io/bash) 12 13 notifications: 14 webhooks: https://oapi.dingtalk.com/robot/send?access_token=a58715037800dfbfd6f9441db4032ffbfca17eb80a90ee1ef8cb56fc7813ac5e