8000 Cache explicit directories; · davidblewett/rure-python@69c8cc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69c8cc7

Browse files
committed
Cache explicit directories;
using sudo to run docker was defeating the builtin `pip` and `rust` caching mechanisms.
1 parent 7bc7190 commit 69c8cc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cache:
2-
- cargo
3-
- pip
2+
directories:
3+
- /root/.cache/pip
4+
- /root/.cargo
45

56
env:
67
global:

0 commit comments

Comments
 (0)
0