aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-02-10 01:21:27 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-02-10 01:21:27 +0100
commitb4b034d43b81e7f7febc337cc4d0abe114e3bfb5 (patch)
tree8a2a367d746cdffaba21c8cfdf7a009e2a76f1e9
parent6e8e544cb8559aa5d8db72176c957e2513e3898a (diff)
downloadblogc-b4b034d43b81e7f7febc337cc4d0abe114e3bfb5.tar.gz
blogc-b4b034d43b81e7f7febc337cc4d0abe114e3bfb5.tar.bz2
blogc-b4b034d43b81e7f7febc337cc4d0abe114e3bfb5.zip
travis: minor fix
-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