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
fast_finish: true
install:
- gimme 1.14.x
- go mod vendor
install: true
script:
- go mod tidy
- diff -u <(echo -n) <(gofmt -d .)
- go test -v ./
- go test -v -mod=vendor ./...
after_success:
- go get -u -d github.com/spf13/hugo