mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Try to fix travis build by also caching .xargo directory
This commit is contained in:
@@ -3,7 +3,11 @@ language: rust
|
|||||||
rust:
|
rust:
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
cache: cargo
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cargo
|
||||||
|
- $HOME/.xargo
|
||||||
|
- $TRAVIS_BUILD_DIR/target
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rust-src
|
- rustup component add rust-src
|
||||||
|
|||||||
Reference in New Issue
Block a user