/home/travis -> $HOME
This commit is contained in:
parent
0c9b651389
commit
d2036122f1
@ -52,7 +52,7 @@ script:
|
|||||||
cargo test --target $TARGET --release;
|
cargo test --target $TARGET --release;
|
||||||
fi
|
fi
|
||||||
# Travis can't cache files that are not readable by "others"
|
# 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:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user