/home/travis -> $HOME
This commit is contained in:
parent
9e1f8322e5
commit
f707dda057
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ script:
|
|||
cargo test --target $TARGET --release;
|
||||
fi
|
||||
# Travis can't cache files that are not readable by "others"
|
||||
- chmod -R a+r /home/travis/.cargo
|
||||
- chmod -R a+r $HOME/.cargo
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue