travis release

This commit is contained in:
yeastplume 2019-02-15 15:14:38 +00:00
parent cac21e7855
commit c49e5bc2a2
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95

View file

@ -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