mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 20:30:05 +00:00
Travis: Try to cache downloaded files to work around sf.net sucking
This commit is contained in:
parent
c7bba5a079
commit
d261e77c16
2 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,10 @@ os:
|
|||
|
||||
language: cpp
|
||||
|
||||
cache: apt
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- .homebrew-cache
|
||||
|
||||
before_install:
|
||||
- sh .travis-deps.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue