mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 17:40:52 +01:00
Travis allow failures for release builds.
This commit is contained in:
parent
dfb28bc129
commit
1bac1478a2
@ -34,6 +34,7 @@ jobs:
|
||||
branch: release
|
||||
|
||||
- stage: deploy-cargo
|
||||
allowallow_failures: true
|
||||
cache: cargo
|
||||
script: cd kalk
|
||||
if: branch = release
|
||||
@ -47,6 +48,7 @@ jobs:
|
||||
branch: release
|
||||
|
||||
- stage: deploy-cli-cargo
|
||||
allowallow_failures: true
|
||||
cache: cargo
|
||||
script: cd kalk_cli
|
||||
if: branch = release
|
||||
|
Loading…
Reference in New Issue
Block a user