vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml
changeset 260 445e01aede7e
parent 259 db4911b0c721
child 261 270cc4dda0c5
--- a/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml	Tue Aug 23 22:33:28 2022 +0200
+++ /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 ./...