From 7769a3a0e9633f8dcdb109bb181596ea85ff8983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 17 May 2014 14:29:23 +0200 Subject: [PATCH] try to cache the build dependencies --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 30678bb1b8..033f5e8c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ language: c # Make sure build dependencies are installed. install: - sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 dpkg rpm nsis markdown +cache: apt # Run the build script # call RALint to check for YAML errors