[Scummvm-git-logs] scummvm master -> 2078aa732db32cc3333a8cad264a07da07a2f909
digitall
547637+digitall at users.noreply.github.com
Thu Nov 14 20:28:45 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2078aa732d TRAVIS: Cache homebrew packages
Commit: 2078aa732db32cc3333a8cad264a07da07a2f909
https://github.com/scummvm/scummvm/commit/2078aa732db32cc3333a8cad264a07da07a2f909
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-11-14T19:28:41Z
Commit Message:
TRAVIS: Cache homebrew packages
Based on https://stackoverflow.com/a/53331571
Changed paths:
.travis.yml
diff --git a/.travis.yml b/.travis.yml
index 67b8568..a52af9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,6 +59,11 @@ matrix:
compiler: clang
- os: osx
compiler: clang
+ cache:
+ directories:
+ - $HOME/Library/Caches/Homebrew
+ before_cache:
+ - brew cleanup
dist: trusty
More information about the Scummvm-git-logs
mailing list