Skip to content

Commit

Permalink
Fix Travis yml whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 29, 2014
1 parent 1f094b9 commit c5fa4b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: objective-c

before_install:
- wget "http://download.mono-project.com/archive/3.8.0/macos-10-x86/MonoFramework-MDK-3.8.0.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-3.2.3.macos10.xamarin.x86.pkg" -target /
- export EnableNuGetPackageRestore="true"
- git submodule update --init --recursive
- mono --runtime=v4.0 .nuget/NuGet.exe install NUnit.Runners -Version 2.6.1 -o packages
- wget "http://download.mono-project.com/archive/3.8.0/macos-10-x86/MonoFramework-MDK-3.8.0.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-3.8.0.macos10.xamarin.x86.pkg" -target /
- export EnableNuGetPackageRestore="true"
- git submodule update --init --recursive
- mono --runtime=v4.0 .nuget/NuGet.exe install NUnit.Runners -Version 2.6.1 -o packages

script:
- xbuild
Expand Down

0 comments on commit c5fa4b2

Please sign in to comment.