From f1bfbf933bb9cc170926233294f9ef9704cd3e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 28 Sep 2014 20:36:59 +0200 Subject: [PATCH] build with latest Mono from @Xamarin --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf6ad2104a..5a75ca0366 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 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