From ae75e3ee61922527f778adde2b6650e64e11212e Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Fri, 5 Feb 2016 21:21:28 -0500
Subject: [PATCH] travis: mkdir , not make and cache the cccahe

---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9875657452..fdcb524770 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,10 +20,14 @@ before_install:
   - cmake --version
 
 before_script:
-  - make cache
+  - mkdir cache
   - wget http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -c -O cache/SRB2-v2114-Installer.exe
   - 7z x cache/SRB2-v2114-Installer.exe -o assets
   - mkdir build
   - cd build
   - cmake ..
 
+cache:
+  directories:
+    - $HOME/.ccache
+    - cache
-- 
GitLab