From 8bb9c891820a7f0f0746c6ef66195199947bb410 Mon Sep 17 00:00:00 2001 From: mhann Date: Tue, 27 Dec 2016 23:18:40 +0000 Subject: [PATCH] Change solution name in travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9657145fb..900fbffa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file + - xbuild /p:Configuration=Release Ombi.sln /p:TargetFrameworkVersion="v4.5"