mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17: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:
|
||||
- nightly
|
||||
|
||||
cache: cargo
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cargo
|
||||
- $HOME/.xargo
|
||||
- $TRAVIS_BUILD_DIR/target
|
||||
|
||||
before_script:
|
||||
- rustup component add rust-src
|
||||
|
||||
Reference in New Issue
Block a user