We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 077e30c + 5fd0b66 commit 8936d89Copy full SHA for 8936d89
.travis.yml
@@ -1,12 +1,7 @@
1
-language: objective-c
+language: csharp
2
3
-env:
4
- matrix:
5
- - MONO_VERSION="3.4.0"
6
-
7
-install:
8
- - wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
9
- - sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target /
+mono:
+ - latest
10
11
script:
12
- ./build.sh Build
0 commit comments