diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-10 01:21:27 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-10 01:21:27 +0100 |
commit | b4b034d43b81e7f7febc337cc4d0abe114e3bfb5 (patch) | |
tree | 8a2a367d746cdffaba21c8cfdf7a009e2a76f1e9 /travis | |
parent | 6e8e544cb8559aa5d8db72176c957e2513e3898a (diff) | |
download | blogc-b4b034d43b81e7f7febc337cc4d0abe114e3bfb5.tar.gz blogc-b4b034d43b81e7f7febc337cc4d0abe114e3bfb5.tar.bz2 blogc-b4b034d43b81e7f7febc337cc4d0abe114e3bfb5.zip |
travis: minor fix
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/deploy.sh | 2 |
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 |