Cleanup after before_script to avoid git diff errors
remove windows build
This commit is contained in:
parent
edbf66c25c
commit
39bd617664
@ -10,7 +10,6 @@ go:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
- windows
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO111MODULE=on
|
GO111MODULE=on
|
||||||
@ -23,6 +22,7 @@ before_script:
|
|||||||
- go get github.com/urfave/gfmrun/cmd/gfmrun
|
- go get github.com/urfave/gfmrun/cmd/gfmrun
|
||||||
- go get golang.org/x/tools/cmd/goimports
|
- go get golang.org/x/tools/cmd/goimports
|
||||||
- npm install markdown-toc
|
- npm install markdown-toc
|
||||||
|
- go mod tidy
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go run build.go generate
|
- go run build.go generate
|
||||||
|
Loading…
Reference in New Issue
Block a user