do chmod jut before the script phase ends

master
Jorge Aparicio 2016-09-30 18:09:52 -05:00
parent 43e019dfc4
commit 0c9b651389
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ script:
cargo test --target $TARGET &&
cargo test --target $TARGET --release;
fi
after_success:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r /home/travis/.cargo