diff -r 910f00ab2799 -r 0998f404dd31 vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml --- a/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml Sun Jan 13 12:58:50 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -sudo: false -language: go -go: - - 1.x - - master -matrix: - allow_failures: - - go: master - fast_finish: true -install: - - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). -script: - - go get -t -v ./... - - diff -u <(echo -n) <(gofmt -d -s .) - - go tool vet . - - go test -v -race ./...