fix travis.yml so build actually works

This commit is contained in:
Cody Lee 2020-02-26 16:36:08 -06:00
parent 5b85211713
commit a4cbd30fbd
No known key found for this signature in database
GPG key ID: F967B79BA7C600E1

View file

@ -20,9 +20,9 @@ matrix:
fast_finish: true
script:
- go install ./...
- go mod tidy
- diff -u <(echo -n) <(gofmt -d .)
- go test -v ./...
- go test -v ./
after_success:
- go get -u -d github.com/spf13/hugo