diff --git a/.travis.yml b/.travis.yml index 9696eafb..9222dc82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,4 @@ -language: c - -install: -- curl -sLo /tmp/mono.gpg http://download.mono-project.com/repo/xamarin.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-complete nuget mono-vbnc fsharp libgdiplus=2.10-3 -- mozroots --import --sync --quiet - +language: csharp +sudo: false script: - - ./build.sh Build \ No newline at end of file + - ./build.sh Build