Skip to content

Commit

Permalink
Merge #39
Browse files Browse the repository at this point in the history
39: Don't use cargo sweep in CI r=MikailBag a=MikailBag

It seems that until holmgr/cargo-sweep#11 is resolved, cargo-sweep in CI is broken

bors r+

Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru>
  • Loading branch information
bors[bot] and MikailBag authored Sep 17, 2019
2 parents 141fe91 + 672d44b commit b2fbdcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ before_install:
pvs-studio-analyzer credentials $PVS_NAME $PVS_LICENSE_KEY;
fi
- mkdir /tmp/sweep
- cargo sweep --stamp /tmp/sweep

before_cache:
- cargo run -p devtool -- ci-clean
- rm -rf "$TRAVIS_HOME/.cargo/registry/src"
- cargo sweep --file /tmp/sweep
- find ./target/debug -maxdepth 1 -type f -delete
- rm -f ./target/.rustc_info.json

Expand Down

0 comments on commit b2fbdcc

Please sign in to comment.