mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
Improve travis
This commit is contained in:
parent
5ae3a072d1
commit
72cbe340cb
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,11 @@ language: go
|
|||
env:
|
||||
global:
|
||||
- GO111MODULE="on"
|
||||
- GOFLAGS="-mod=readonly"
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- tip
|
||||
|
||||
os:
|
||||
|
@ -27,5 +29,3 @@ script:
|
|||
after_success:
|
||||
- go get -u -d github.com/spf13/hugo
|
||||
- cd $GOPATH/src/github.com/spf13/hugo && make && ./hugo -s docs && cd -
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue