Skip to content

Commit

Permalink
Make binaries executable
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Nov 30, 2018
1 parent ce68bd3 commit 4b5c01e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ after_success:
echo "Deploy triggered!"
mv "$(stack path --local-install-root)/bin/summon" "summon-cli-${TRAVIS_OS_NAME}"
mv "$(stack path --local-install-root)/bin/summon-tui" "summon-tui-${TRAVIS_OS_NAME}"
chmod +x "summon-cli-${TRAVIS_OS_NAME}"
chmod +x "summon-tui-${TRAVIS_OS_NAME}"
git tag "$(date +'%Y%m%d%H%M%S')"
fi
Expand Down

0 comments on commit 4b5c01e

Please sign in to comment.