diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-12-20 15:03:29 -0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-12-20 15:56:25 -0200 |
commit | d261e77c168c3a933458fd1fbfecbc1b983d083b (patch) | |
tree | c6ffcaef406381e11e637fe3e291c06cc6daf9d3 /.travis.yml | |
parent | c7bba5a079979dcdfc450354c7d465ffac0dcece (diff) |
Travis: Try to cache downloaded files to work around sf.net sucking
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fa60efaa3..8c5aceb7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ os: language: cpp -cache: apt +cache: + apt: true + directories: + - .homebrew-cache before_install: - sh .travis-deps.sh |