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

8 lines
236 B

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