Skip to content

Commit

Permalink
fix win release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Dec 12, 2019
1 parent 54528ef commit d72d350
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ before_install:
before_deploy:
- "GOOS=linux GOARCH=amd64 make && tar czf mego-linux.tar.gz mego-api/mego && rm -rf mego-api/mego"
- "GOOS=darwin GOARCH=amd64 make && tar czf mego-mac.tar.gz mego-api/mego && rm -rf mego-api/mego"
- GOOS=windows go get ./... #https://github.com/sirupsen/logrus/issues/824
- "GOOS=windows GOARCH=amd64 make && tar czf mego-win.tar.gz mego-api/mego.exe && rm -rf mego-api/mego.exe"

deploy:
Expand Down

0 comments on commit d72d350

Please sign in to comment.