hacks from other travis users

This commit is contained in:
Cody Lee 2020-02-26 17:01:06 -06:00
parent cfa0e76c89
commit 713af2cac4
No known key found for this signature in database
GPG key ID: F967B79BA7C600E1

View file

@ -17,14 +17,12 @@ matrix:
- go: tip - go: tip
fast_finish: true fast_finish: true
install: install: true
- gimme 1.14.x
- go mod vendor
script: script:
- go mod tidy - go mod tidy
- diff -u <(echo -n) <(gofmt -d .) - diff -u <(echo -n) <(gofmt -d .)
- go test -v ./ - go test -v -mod=vendor ./...
after_success: after_success:
- go get -u -d github.com/spf13/hugo - go get -u -d github.com/spf13/hugo