Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO-NOT-MERGE] Try out cargo-sweep #1602

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ cache:
cargo: true
directories:
- $HOME/.npm
before_cache: script/ci/prune-cache.sh
before_cache:
- cargo sweep -f
- script/ci/prune-cache.sh

env:
global:
Expand All @@ -26,7 +28,9 @@ env:
- PERCY_PROJECT=crates-io/crates.io

install:
- script/ci/cargo-clean-on-new-rustc-version.sh
- cargo sweep -s || true
- cargo install --force cargo-sweep
- cargo sweep -i
- cargo install --force diesel_cli --vers `cat .diesel_version` --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH

before_script:
Expand Down