From 7a4f29afc6f74f3fd9e3a22a2dcb25e2447a80c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 15 Sep 2013 12:11:14 +0200 Subject: [PATCH] apt-get update in before_install --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3cf69fe87..ee87d72f27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,10 @@ language: c # Make sure build dependencies are installed. +before_install: + - sudo apt-get update install: - - sudo apt-get update && sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 + - sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 # Run the build script which will automatically call RALint and ensure that the IDE project files are still valid. script: