mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:55:29 +00:00
Merge pull request #175 from thefiddler/mono360
[Build] Update Travis CI to mono 3.6.0
This commit is contained in:
commit
d79eb71f0a
|
@ -5,7 +5,7 @@ env:
|
|||
- EnableNuGetPackageRestore=true
|
||||
matrix:
|
||||
- MONO_VER="2.10.11"
|
||||
- MONO_VER="3.4.0"
|
||||
- MONO_VER="3.6.0"
|
||||
|
||||
before_install:
|
||||
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg" || true
|
||||
|
|
Loading…
Reference in a new issue