Try to fix travis build by also caching .xargo directory

This commit is contained in:
Philipp Oppermann
2018-01-09 19:08:59 +01:00
parent 651a33a98d
commit 8ce22720c6

View File

@@ -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