Skip to content

Commit

Permalink
Try that
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Feb 4, 2019
1 parent c19751f commit 03d80f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ matrix:
- golint -set_exit_status $(go list ./...)
- go build -v -ldflags '-H=windowsgui'
- OS="Windows" ARCH=x86_64 VERSION=0.3.2 make cores
- ls -la
- export PATH="$PATH;$WIX/bin"
- echo $WIX
- export PATH="$PATH;/c/Program Files (x86)/WiX Toolset v3.11/bin"
- OS="Windows" ARCH=x86_64 VERSION=0.3.2 make msi
before_deploy:
- if [[ -n "$TRAVIS_TAG" ]]; then choco install go-msi; fi
Expand Down

0 comments on commit 03d80f7

Please sign in to comment.