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

New: Enable OSX builds with Travis ()

pull/6/head
Qstick 7 years ago committed by GitHub
parent 66c524140d
commit d45d0ab1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,18 @@
language: csharp
os:
- linux
- osx
solution: src/Lidarr.sln
install:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install yarn; fi
- nvm install 8
- nvm use 8
script:
- node --version
- ./build.sh
- chmod +x test.sh
- ./test.sh Linux Unit
after_success:
- chmod +x package.sh
- ./package.sh

Loading…
Cancel
Save