From c026df8ddd529ca478e4fa0d1166f34937caa4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 11 Oct 2014 08:35:44 +0200 Subject: [PATCH] build with previous latest mono 3.8 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf6ad2104a..0199f54c1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,11 @@ language: c # Make sure build dependencies are installed. install: + - wget http://download.mono-project.com/repo/xamarin.gpg -O /tmp/mono.gpg + - sudo apt-key add /tmp/mono.gpg + - sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.8.0 main' >> /etc/apt/sources.list.d/mono-xamarin.list" - sudo apt-get update -qq - - sudo apt-get install -qq mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 + - sudo apt-get install -qq mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 libgdiplus=2.10-3 cache: apt # Run the build script