aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-12-27 02:52:11 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-12-27 02:52:11 +0100
commit7adc75dedf789c61ca15b0ccf239367b171be30c (patch)
treeed0e4754290d8dc39e8325d18c94e2fc73be6ed8
parent8cac2c3e3a61b64b9a9855dec413239bcec7f9d2 (diff)
downloadblogc-7adc75dedf789c61ca15b0ccf239367b171be30c.tar.gz
blogc-7adc75dedf789c61ca15b0ccf239367b171be30c.tar.bz2
blogc-7adc75dedf789c61ca15b0ccf239367b171be30c.zip
travis: fixed deploy script, probably a rebase error
-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 07248a2..7c295c4 100755
--- a/build-aux/travis-deploy.sh
+++ b/build-aux/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}" = "xblogc-make-embedded" ]]; then
echo "Invalid target for deploy. skipping ..."
exit 0
fi