Skip to content

Commit

Permalink
Hide console on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Feb 4, 2019
1 parent 5b3dbb7 commit 6a1f24c
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 @@ -89,7 +89,7 @@ matrix:
- megacheck ./...
- gocyclo -over 19 $GO_FILES
- golint -set_exit_status $(go list ./...)
- go build -v
- go build -v -ldflags '-H=windowsgui'
before_deploy:
- if [[ -n "$TRAVIS_TAG" ]]; then mkdir -p ./Ludo-Windows-x86_64-${TRAVIS_TAG:1}/; fi
- if [[ -n "$TRAVIS_TAG" ]]; then cp *.dll ./Ludo-Windows-x86_64-${TRAVIS_TAG:1}/; fi
Expand Down

0 comments on commit 6a1f24c

Please sign in to comment.