/home/travis -> $HOME

master
Jorge Aparicio 2016-09-30 18:25:40 -05:00
parent 0c9b651389
commit d2036122f1
1 changed files with 1 additions and 1 deletions

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: