Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/1119a6fee21286f9b43704776c4a1b78f0536f6c/vendor/github.com/sirupsen/logrus/appveyor.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
version: "{build}"
|
|
platform: x64
|
|
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
build_script:
|
|
- go get -t
|
|
- go test
|
|
|