We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0a25f commit 7c8ebeeCopy full SHA for 7c8ebee
.travis.yml
@@ -69,6 +69,7 @@ matrix:
69
if: branch = release
70
env:
71
- REGULAR_TEST=false
72
+ - DEPLOY_DOC=true
73
- name: WASM online demo
74
language: rust
75
rust: nightly
@@ -84,6 +85,7 @@ matrix:
84
85
86
87
88
+ - DEPLOY_DEMO=true
89
allow_failures:
90
- rust: nightly
91
env: REGULAR_TEST=true
@@ -99,6 +101,7 @@ deploy:
99
101
keep-history: true
100
102
on:
103
branch: release
104
+ condition: $DEPLOY_DOC=true
105
- provider: pages
106
repo: RustPython/demo
107
target-branch: master
@@ -109,3 +112,4 @@ deploy:
109
112
110
113
111
114
115
+ condition: $DEPLOY_DEMO=true
0 commit comments