Skip to content
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