From 5e5c73fe18a8a30c97b9b54e0f3119dae18d3a6b Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Fri, 5 Feb 2016 20:50:35 -0500
Subject: [PATCH] travis: add SRB2 2.1.14 files

---
 .travis.yml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 524c44720f..6ce5cb0837 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,19 +7,25 @@ compiler:
 
 addons:
   apt:
-    sources:
-    - george-edison55-precise-backports
     packages:
-    - cmake
-    - cmake-data
     - libsdl2-mixer-dev
     - libpng-dev
     - libgl1-mesa-dev
+    - p7zip
 
 before_install:
   - cmake --version
 
 before_script:
+  - curl http://rosenthalcastle.org/srb2/SRB2-v2114-Installer.exe -o cache/SRB2-v2114-Installer.exe
+  - 7z x cache/SRB2-v2114-Installer.exe -o assets
   - mkdir build
   - cd build
   - cmake ..
+
+install: false
+
+cache:
+  - ccache
+  directories:
+    - cache
-- 
GitLab