summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/before_deploy.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index c79b8c69..f073c3b7 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -30,9 +30,7 @@ pack() {
# copying the main binary
cp "target/$TARGET/release/$PROJECT_NAME" "$tempdir/$package_name/"
- if [ "$TRAVIS_OS_NAME" != windows ]; then
- "${gcc_prefix}"strip "$tempdir/$package_name/$PROJECT_NAME"
- fi
+ "${gcc_prefix}"strip "$tempdir/$package_name/$PROJECT_NAME"
# manpage, readme and license
cp README.md "$tempdir/$package_name"