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.
1 parent 20e55d0 commit a8ed9d5Copy full SHA for a8ed9d5
.travis.yml
@@ -1,12 +1,4 @@
1
-language: objective-c
2
-
3
-env:
4
- matrix:
5
- - MONO_VERSION="3.10.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 /
+language: csharp
10
11
script:
12
- ./build.sh
0 commit comments