diff options
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 2b6c832..f04468c 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -27,12 +27,12 @@ fi if [[ "x$(type -t deploy)" != "xfunction" ]] || [[ "x$(type -t deploy_cond)" != "xfunction" ]]; then echo "Nothing to deploy. skipping ..." - exit 1 + exit 0 fi if ! deploy_cond; then echo "Deploy disabled. skipping ..." - exit 1 + exit 0 fi deploy |