1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge PR #599: Travis CI: cache Homebrew downloads

This commit is contained in:
Davide Beatrici 2018-08-01 15:29:29 +02:00 committed by GitHub
commit 3240bed85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,9 @@ matrix:
- .ci/check-debian-package-version.sh
- os: osx
compiler: clang
cache:
directories:
- ${HOME}/Library/Caches/Homebrew
before_install:
- brew update && brew upgrade
script: