mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
travis release
This commit is contained in:
parent
cac21e7855
commit
c49e5bc2a2
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ script:
|
|||
fi;
|
||||
|
||||
before_deploy:
|
||||
- if [[ "$TEST_SUITE" == "pool-p2p-src" ]]; then
|
||||
- if [[ "$TEST_SUITE" == "refwallet-." ]]; then
|
||||
cargo clean && cargo build --release && ./.auto-release.sh;
|
||||
fi
|
||||
- if [[ "$TEST_SUITE" == "release" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
|
|
Loading…
Reference in a new issue