Remove the travis cache
This commit is contained in:
parent
eabb6fab4a
commit
635e519b86
|
@ -1,4 +1,3 @@
|
||||||
cache: cargo
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: rust
|
language: rust
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
@ -52,8 +51,6 @@ script:
|
||||||
else
|
else
|
||||||
sh ci/run.sh $TARGET;
|
sh ci/run.sh $TARGET;
|
||||||
fi
|
fi
|
||||||
# Travis can't cache files that are not readable by "others"
|
|
||||||
- chmod -R a+r $HOME/.cargo
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue