From e1a441b7f3a30cba471ef9e28688516da8cd6061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 6 Dec 2014 08:47:34 +0100 Subject: [PATCH] use official Travis csharp support --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e904d7490..c8489f949c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,7 @@ # Travis-CI Build for OpenRA # see travis-ci.org for details -# Mono/.NET are not officially supported. The following is a workaround. -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 libgdiplus=2.10-3 -cache: apt +language: csharp # Run the build script # call RALint to check for YAML errors