From 83f05c644843c078b0b92c05978f4918513650ab Mon Sep 17 00:00:00 2001 From: Shing Lyu Date: Thu, 10 Jan 2019 22:09:33 +0100 Subject: [PATCH] Fix the deploy condition for missing spaces around equals sign --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9a9b4291d..6c6a3f63dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,7 @@ deploy: keep-history: true on: branch: release - condition: $DEPLOY_DOC=true + condition: $DEPLOY_DOC = true - provider: pages repo: RustPython/demo target-branch: master @@ -112,4 +112,4 @@ deploy: keep-history: true on: branch: release - condition: $DEPLOY_DEMO=true + condition: $DEPLOY_DEMO = true