Skip to content

Commit

Permalink
make binaries executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 7, 2018
1 parent 2a25ce0 commit 8cc4441
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ script:
# - go get -v ./...
# - diff -u <(echo -n) <(gofmt -d .) # can't make gofmt ignore vendor directory
# - go vet $(go list ./... | grep -v /vendor/)
- if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
- gox -os="linux darwin windows" -arch="amd64" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...
- chmod +x ./lazygit_windows_amd64.exe
- chmod +x ./lazygit_darwin_amd64
- chmod +x ./lazygit_linux_amd64
- ls
- ls */*
deploy:
Expand Down

0 comments on commit 8cc4441

Please sign in to comment.