Skip to content

Commit

Permalink
Don't fail if sccache is present in CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored and Pratyush committed Jan 27, 2020
1 parent c159c2d commit 27052fc
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 @@ -5,7 +5,7 @@ before_install:
- export SCCACHE_DIR="$TRAVIS_HOME/.cache/sccache"

install:
- cargo install sccache
- (cargo install sccache || true)
- export PATH="$PATH:$TRAVIS_HOME/.cargo/bin"
- export RUSTC_WRAPPER="sccache"

Expand Down

0 comments on commit 27052fc

Please sign in to comment.