Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/3aafdbaa8b9f65b2796e176c94e5081f0aeb0390/vendor/github.com/sirupsen/logrus/appveyor.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 

14 lines
259 B

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