From c5d987be662bd33bf1c401ae2a3e57d43dbd5d8d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 5 Oct 2014 17:51:32 +1300 Subject: [PATCH] Revert "build with latest Mono from @Xamarin" This reverts commit f1bfbf933bb9cc170926233294f9ef9704cd3e7e. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a75ca0366..bf6ad2104a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,8 @@ 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 libgdiplus=2.10-3 + - sudo apt-get install -qq mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 cache: apt # Run the build script