From 722af0703efd58d2c2de9edbac763355053601a2 Mon Sep 17 00:00:00 2001 From: Lectem Date: Thu, 8 Sep 2016 04:31:57 +0200 Subject: travis cache for cmake and sdl2 (#2060) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a693e70aa..69f9ef273 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,10 @@ addons: - lib32stdc++6 # For CMake - lftp # To upload builds +cache: + directories: + - $HOME/.local + install: ./.travis-deps.sh script: ./.travis-build.sh after_success: ./.travis-upload.sh -- cgit v1.2.3