1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(travis): increase cache timeout for MacOS builds

The timeout is triggered since storing the brew cache takes more time.
This commit is contained in:
sudden6 2019-03-23 12:01:40 +01:00
parent ca02dcefaa
commit acb99f8327
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -120,6 +120,7 @@ jobs:
osx_image: xcode9.2
env: JOB=build-osx
cache:
timeout: 300 # seconds
ccache: true
directories:
- $HOME/Library/Caches/Homebrew