fix dependency installation for Travis CI

looks like the Ubuntu repositories don't update automatically
This commit is contained in:
Matthias Mailänder
2013-05-12 07:37:39 +02:00
parent a606ea4a80
commit 37069652c0

View File

@@ -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: