From bc85dff27e349749d763579d0781cc9b3792830b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Sat, 6 Oct 2018 16:43:04 +0300 Subject: [PATCH] Don't try deploy is DOCKER_UN is not set --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2baa1183..66c8f405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ deploy: script: bash tests/deploy.sh on: all_branches: true + condition: -z $DOCKER_UN