Skip to content

Commit cd114fd

Browse files
committed
cache
1 parent 07f29d1 commit cd114fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ jobs:
1515
- CXX=g++-5
1616
- os: osx
1717
language: sh
18-
addons:
19-
homebrew:
20-
packages: python3
18+
before_cache:
19+
- brew cleanup
2120
cache:
2221
directories:
2322
- $HOME/Library/Caches/Homebrew
2423
- /usr/local/Homebrew
24+
addons:
25+
homebrew:
26+
packages: python3
2527
before_install:
2628
- python3 -m pip install --upgrade virtualenv
2729
- virtualenv -p python3 --system-site-packages "$HOME/venv"

0 commit comments

Comments
 (0)