Browse Source

Use apt-get to install the Mono packages.

pull/516/head
João Matos 10 years ago
parent
commit
8ab0fc08da
  1. 3
      .travis.yml

3
.travis.yml

@ -5,8 +5,7 @@ install: @@ -5,8 +5,7 @@ install:
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- sudo apt-get install -y aptitude
- sudo aptitude install mono-devel nuget
- sudo apt-get install -y mono-devel nuget
- build/premake5-linux-64 --file=build/premake4.lua gmake
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner

Loading…
Cancel
Save