Skip to content

Commit c5fa4b2

Browse files
committed
Fix Travis yml whitespace
1 parent 1f094b9 commit c5fa4b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: objective-c
22

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

1010
script:
1111
- xbuild

0 commit comments

Comments
 (0)