From 37069652c03b1da34078f02419d15eb6f6aa2cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 12 May 2013 07:37:39 +0200 Subject: [PATCH] fix dependency installation for Travis CI looks like the Ubuntu repositories don't update automatically --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 650b068315..de824f4caf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: c # Make sure build dependencies are installed. install: - - sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-dev libsdl1.2-dev libopenal-dev + - sudo apt-get update && sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-dev libsdl1.2-dev libopenal-dev # Run the build script which will automatically call RALint. script: