Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/11ecbf04f600367e1989b28d3f0ac562298cbd14/.travis.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/.travis.yml

7 lines
261 B

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