Skip to content

Commit 4b5c01e

Browse files
committed
Make binaries executable
1 parent ce68bd3 commit 4b5c01e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ after_success:
121121
echo "Deploy triggered!"
122122
mv "$(stack path --local-install-root)/bin/summon" "summon-cli-${TRAVIS_OS_NAME}"
123123
mv "$(stack path --local-install-root)/bin/summon-tui" "summon-tui-${TRAVIS_OS_NAME}"
124+
chmod +x "summon-cli-${TRAVIS_OS_NAME}"
125+
chmod +x "summon-tui-${TRAVIS_OS_NAME}"
124126
git tag "$(date +'%Y%m%d%H%M%S')"
125127
fi
126128

0 commit comments

Comments
 (0)