Skip to content

Commit

Permalink
fix for travis nuget package restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Uslu committed Sep 24, 2014
1 parent 372c4cb commit 6fd3e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 CoiniumServ.sln
- 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 6fd3e8d

Please sign in to comment.