travis: only deploy with FEATURES=all
This commit is contained in:
parent
dec28b8aad
commit
b41cf9c4c3
|
@ -103,7 +103,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
rust: stable
|
rust: stable
|
||||||
env: FEATURES="all"
|
condition: "$FEATURES = all"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|
Loading…
Reference in New Issue