diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-03-09 22:22:48 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-03-09 22:22:48 +0100 |
commit | 3ead966f48bc47444d7ec72f46e94e73557695a5 (patch) | |
tree | dfec19eb12864bcfce48b2acfaf42a4341c72363 /build-aux/travis-deploy.sh | |
parent | 06db24fefadef5056cc2e14b9791a95614ba9ff2 (diff) | |
download | blogc-3ead966f48bc47444d7ec72f46e94e73557695a5.tar.gz blogc-3ead966f48bc47444d7ec72f46e94e73557695a5.tar.bz2 blogc-3ead966f48bc47444d7ec72f46e94e73557695a5.zip |
travis: improved deploy conditions
Diffstat (limited to 'build-aux/travis-deploy.sh')
-rwxr-xr-x | build-aux/travis-deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index 267c8d5..71469ff 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -2,11 +2,6 @@ set -e -if [[ "x${TARGET}" != xw* ]] && [[ "x${TARGET}" != xdist* ]]; then - echo "Nothing to deploy." - exit 0 -fi - if [[ ! -d build ]]; then echo "Build directory not found." exit 1 |