aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/travis-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/travis-deploy.sh')
-rwxr-xr-xbuild-aux/travis-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh
index 65f162e..267c8d5 100755
--- a/build-aux/travis-deploy.sh
+++ b/build-aux/travis-deploy.sh
@@ -2,7 +2,7 @@
set -e
-if [[ "x${TARGET}" != xw* ]] && [[ "x${TARGET}" != xdist* ]] && [[ "x${CC}" != xgcc ]]; then
+if [[ "x${TARGET}" != xw* ]] && [[ "x${TARGET}" != xdist* ]]; then
echo "Nothing to deploy."
exit 0
fi