mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
fix travis.yml so build actually works
This commit is contained in:
parent
5b85211713
commit
a4cbd30fbd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue