Skip to content

Commit ade4c88

Browse files
Merge pull request RustPython#256 from RustPython/fix-deployment-again
Fix the deploy condition for missing spaces around equals sign
2 parents e41b917 + 83f05c6 commit ade4c88

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)