Skip to content

Commit

Permalink
trying a fix for travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Sep 25, 2014
1 parent ca28e2e commit 9e74efc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ before_install:
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /
script:
- mono build/.nuget/NuGet.exe restore build/CoiniumServ.sln
- xbuild build/CoiniumServ.sln /p:Configuration="Debug"
- xbuild build/CoiniumServ.sln /p:Configuration="Release"
- mono contrib/xunit/xunit.console.clr4.x86.exe src/Tests/bin/Debug/CoiniumServ.Tests.dll
Expand Down

0 comments on commit 9e74efc

Please sign in to comment.