Skip to content

Commit 64cb7f8

Browse files
author
dse
committed
Workaround: Mono downgrade to 5.2.0 to avoid broken mono 5.4.0.201
1 parent 52a675f commit 64cb7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
sources:
1515
- sourceline: deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main
1616
key_url: https://packages.microsoft.com/keys/microsoft.asc
17-
- sourceline: deb http://download.mono-project.com/repo/ubuntu trusty main
17+
- sourceline: deb http://download.mono-project.com/repo/debian trusty/snapshots/5.2.0.224 main
1818
key_url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA6A19B38D3D831EF
1919
packages:
2020
- mono-devel
@@ -79,7 +79,7 @@ env:
7979
addons:
8080
apt:
8181
sources:
82-
- sourceline: deb http://download.mono-project.com/repo/ubuntu trusty main
82+
- sourceline: deb http://download.mono-project.com/repo/debian trusty/snapshots/5.2.0.224 main
8383
key_url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA6A19B38D3D831EF
8484
packages:
8585
- mono-devel

0 commit comments

Comments
 (0)