Change solution name in travis

This commit is contained in:
mhann 2016-12-27 23:18:40 +00:00 committed by GitHub
commit 8bb9c89182

View file

@ -1,7 +1,7 @@
language: csharp
solution: PlexRequests.sln
solution: Ombi.sln
install:
- mono Tools/nuget.exe restore PlexRequests.sln
- mono Tools/nuget.exe restore Ombi.sln
- nuget install NUnit.Runners -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5"
- xbuild /p:Configuration=Release Ombi.sln /p:TargetFrameworkVersion="v4.5"