diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-12-20 14:37:00 -0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2014-12-20 14:37:00 -0200 |
commit | c7bba5a079979dcdfc450354c7d465ffac0dcece (patch) | |
tree | ec2c929b4ddb182069e53d2967e331ee8e4b74ae /.travis.yml | |
parent | c2753d37a743e48548a6c792a0ec2278591f79a0 (diff) |
Travis: Enable APT cache. This should give us a small boost
http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1cb369d5b..fa60efaa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ os: language: cpp +cache: apt + before_install: - sh .travis-deps.sh |