Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- export SCCACHE_DIR="$TRAVIS_HOME/.cache/sccache"
66

77
install:
8-
- cargo install sccache
8+
- (cargo install sccache || true)
99
- export PATH="$PATH:$TRAVIS_HOME/.cargo/bin"
1010
- export RUSTC_WRAPPER="sccache"
1111

0 commit comments

Comments
 (0)