mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
hacks from other travis users
This commit is contained in:
parent
cfa0e76c89
commit
713af2cac4
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue