Skip to content

Commit 57ef740

Browse files
committed
Pin Linux CI builds to Mono 3.12.0
1 parent 16aaf6c commit 57ef740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/travis.linux.install.deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ev
33

44
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
55

6-
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
6+
echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.12.0 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
77
echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
88

99
sudo apt-get update

0 commit comments

Comments
 (0)