Skip to content

Commit

Permalink
give everybody permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 7, 2018
1 parent 2853aba commit 7add598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ script:
- mv lazygit_windows_amd64.exe lazygit_windows_amd64_${TRAVIS_TAG}.exe
- mv lazygit_darwin_amd64 lazygit_darwin_amd64_${TRAVIS_TAG}
- mv lazygit_linux_amd64 lazygit_linux_amd64_${TRAVIS_TAG}
- chmod +x ./lazygit_windows_amd64_${TRAVIS_TAG}.exe
- chmod +x ./lazygit_darwin_amd64_${TRAVIS_TAG}
- chmod +x ./lazygit_linux_amd64_${TRAVIS_TAG}
- chmod a+x ./lazygit_windows_amd64_${TRAVIS_TAG}.exe
- chmod a+x ./lazygit_darwin_amd64_${TRAVIS_TAG}
- chmod a+x ./lazygit_linux_amd64_${TRAVIS_TAG}
- ls
- ls */*
deploy:
Expand Down

0 comments on commit 7add598

Please sign in to comment.