Skip to content

Commit

Permalink
travis release
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 15, 2019
1 parent cac21e7 commit c49e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c49e5bc

Please sign in to comment.