aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-20 15:03:29 -0200
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-20 15:56:25 -0200
commitd261e77c168c3a933458fd1fbfecbc1b983d083b (patch)
treec6ffcaef406381e11e637fe3e291c06cc6daf9d3 /.travis.yml
parentc7bba5a079979dcdfc450354c7d465ffac0dcece (diff)
Travis: Try to cache downloaded files to work around sf.net sucking
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fa60efaa..8c5aceb7 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