Cleanup after before_script to avoid git diff errors

remove windows build
This commit is contained in:
Ajitem Sahasrabuddhe
2019-09-09 08:37:16 +05:30
parent edbf66c25c
commit 39bd617664

View File

@@ -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