Skip to content

Commit 83f05c6

Browse files
committed
Fix the deploy condition for missing spaces around equals sign
1 parent cab2e0d commit 83f05c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ deploy:
101101
keep-history: true
102102
on:
103103
branch: release
104-
condition: $DEPLOY_DOC=true
104+
condition: $DEPLOY_DOC = true
105105
- provider: pages
106106
repo: RustPython/demo
107107
target-branch: master
@@ -112,4 +112,4 @@ deploy:
112112
keep-history: true
113113
on:
114114
branch: release
115-
condition: $DEPLOY_DEMO=true
115+
condition: $DEPLOY_DEMO = true

0 commit comments

Comments
 (0)