Skip to content

Commit d203612

Browse files
author
Jorge Aparicio
committed
/home/travis -> $HOME
1 parent 0c9b651 commit d203612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ script:
5252
cargo test --target $TARGET --release;
5353
fi
5454
# Travis can't cache files that are not readable by "others"
55-
- chmod -R a+r /home/travis/.cargo
55+
- chmod -R a+r $HOME/.cargo
5656

5757
branches:
5858
only:

0 commit comments

Comments
 (0)