From 0394172cc33fa3c93dddc39329368b34a702237e Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sun, 8 Apr 2018 15:16:03 +0200
Subject: [PATCH] travis: Enable ccache and apt caching
Will massively decrease build time
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 6fa32c18..c45d935d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,8 @@ addons:
- xutils-dev
cache:
+ ccache: true
+ apt: true
directories:
- ${TRAVIS_BUILD_DIR}/deps/xcb-util-xrm