From c7bba5a079979dcdfc450354c7d465ffac0dcece Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 20 Dec 2014 14:37:00 -0200 Subject: Travis: Enable APT cache. This should give us a small boost http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1cb369d5..fa60efaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ os: language: cpp +cache: apt + before_install: - sh .travis-deps.sh -- cgit v1.2.3