Skip to content

Commit

Permalink
Cleanup after before_script to avoid git diff errors
Browse files Browse the repository at this point in the history
remove windows build
  • Loading branch information
asahasrabuddhe committed Sep 10, 2019
1 parent edbf66c commit 39bd617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go:
os:
- linux
- osx
- windows

env:
GO111MODULE=on
Expand All @@ -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
Expand Down

0 comments on commit 39bd617

Please sign in to comment.