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:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
env:
|
||||
GO111MODULE=on
|
||||
@ -23,6 +22,7 @@ before_script:
|
||||
- go get github.com/urfave/gfmrun/cmd/gfmrun
|
||||
- go get golang.org/x/tools/cmd/goimports
|
||||
- npm install markdown-toc
|
||||
- go mod tidy
|
||||
|
||||
script:
|
||||
- go run build.go generate
|
||||
|
Loading…
Reference in New Issue
Block a user