Browse Source

Try and fix apt-get Mono install in Travis.

ddobrev-guide-contribution
Joao Matos 9 years ago
parent
commit
0454316b96
  1. 2
      build/InstallMono.sh

2
build/InstallMono.sh

@ -7,5 +7,5 @@ elif [ "$OS" == "Linux" ]; then @@ -7,5 +7,5 @@ elif [ "$OS" == "Linux" ]; then
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update -qq
sudo apt-get install -y mono-devel
sudo apt-get install -y --force-yes mono-devel
fi
Loading…
Cancel
Save