From 7915f2631fdbf46f1fc8ec0d141ea9955aaf1d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Sat, 6 Oct 2018 17:04:14 +0300 Subject: [PATCH] DOCKER_UN needs to be non-zero for deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66c8f405..1b07da5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ deploy: script: bash tests/deploy.sh on: all_branches: true - condition: -z $DOCKER_UN + condition: -n $DOCKER_UN