mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 12:43:09 +00:00
travis: move cargo install test to script rather than deploy
This commit is contained in:
parent
4cc403b594
commit
5cfbaf672d
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,7 @@ script:
|
||||||
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
|
||||||
cargo test --verbose --target $TARGET;
|
cargo test --verbose --target $TARGET;
|
||||||
fi
|
fi
|
||||||
|
- cargo install --path . --target $TARGET
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -rf /home/travis/.cargo/git
|
- rm -rf /home/travis/.cargo/git
|
||||||
|
@ -56,7 +57,6 @@ notifications:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cargo install --path . --target $TARGET
|
|
||||||
- cargo update
|
- cargo update
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
|
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue