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