Skip to content

Commit

Permalink
Merge pull request #131 from akoeplinger/patch-1
Browse files Browse the repository at this point in the history
Use Travis CI language support for .NET
  • Loading branch information
sergey-tihon committed Dec 28, 2014
2 parents b41837f + e2b34db commit cd6ce4f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
@@ -1,12 +1,6 @@
language: objective-c
language: csharp

env:
matrix:
- MONO_VERSION="3.10.0"

install:
- wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target /
sudo: false # use the new container-based Travis infrastructure

script:
- ./build.sh All

0 comments on commit cd6ce4f

Please sign in to comment.