Skip to content

Commit 8936d89

Browse files
authored
Merge pull request #256 from fsprojects/fixing-travis-build
Fixing travis CI build
2 parents 077e30c + 5fd0b66 commit 8936d89

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
language: objective-c
1+
language: csharp
22

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 /
3+
mono:
4+
- latest
105

116
script:
127
- ./build.sh Build

0 commit comments

Comments
 (0)