Cleanup after before_script to avoid git diff errors

remove windows build
main
Ajitem Sahasrabuddhe 5 years ago
parent edbf66c25c
commit 39bd617664
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

@ -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…
Cancel
Save