From 2a97e57580d7cd67476d542895d72d9441bdec2b Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 12 Dec 2013 17:56:50 +0100
Subject: [PATCH] Enable caching of apt-get install on Travis.

---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b99bf4c910c..e61fc9054f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ compiler:
   - gcc
   - clang
 
+cache:
+  - apt
+
 branches:
   only:
     - master
-- 
GitLab