forked from mirror/viper
Improve travis
This commit is contained in:
parent
5ae3a072d1
commit
72cbe340cb
|
@ -5,9 +5,11 @@ language: go
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GO111MODULE="on"
|
- GO111MODULE="on"
|
||||||
|
- GOFLAGS="-mod=readonly"
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
|
- 1.12.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
os:
|
os:
|
||||||
|
@ -27,5 +29,3 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- go get -u -d github.com/spf13/hugo
|
- go get -u -d github.com/spf13/hugo
|
||||||
- cd $GOPATH/src/github.com/spf13/hugo && make && ./hugo -s docs && cd -
|
- cd $GOPATH/src/github.com/spf13/hugo && make && ./hugo -s docs && cd -
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
Loading…
Reference in New Issue