You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/.travis.yml

7 lines
261 B

8 years ago
language: csharp
solution: PlexRequests.sln
install:
8 years ago
- mono Tools/nuget.exe restore PlexRequests.sln
8 years ago
- nuget install NUnit.Runners -OutputDirectory testrunner
script:
8 years ago
- xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5"