aboutsummaryrefslogtreecommitdiffstats
path: root/travis/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/deploy.sh')
-rwxr-xr-xtravis/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/deploy.sh b/travis/deploy.sh
index 15b53a7..e064ee9 100755
--- a/travis/deploy.sh
+++ b/travis/deploy.sh
@@ -12,7 +12,7 @@ if [[ "x${TRAVIS_BRANCH}" != "xmaster" ]] && [[ "x${TRAVIS_TAG}" != xv* ]]; then
exit 0
fi
-if [[ "x${CC}" != "xgcc" ]] || [[ "x${TARGET}" = "xvalgrind" ]] || [[ "x${TARGET}" = "xblogc-make-embedded" ]]; then
+if [[ "x${CC}" != "xgcc" ]] || [[ "x${TARGET}" = "xvalgrind" ]] || [[ "x${TARGET}" = "xmake-embedded" ]]; then
echo "Invalid target for deploy. skipping ..."
exit 0
fi