We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29df07 commit 759f8dfCopy full SHA for 759f8df
.travis.yml
@@ -18,8 +18,15 @@ matrix:
18
env:
19
- PYTHON_VERSION=2.7.15
20
21
+before_cache:
22
+ # Cleanup to avoid the cache to grow indefinitely as new package versions are released
23
+ # see https://stackoverflow.com/questions/39930171/cache-brew-builds-with-travis-ci
24
+ - brew cleanup
25
+
26
cache:
27
directories:
28
+ # Cache downloaded bottles
29
+ - $HOME/Library/Caches/Homebrew
30
- $HOME/.pyenv_cache
31
- $HOME/.pyenv/versions/3.7.8
32
- $HOME/.pyenv/versions/2.7.15
0 commit comments