/home/travis -> $HOME

This commit is contained in:
Jorge Aparicio 2016-09-30 18:25:40 -05:00
parent 9e1f8322e5
commit f707dda057

View file

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