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

15 lines
276 B

language: go
go_import_path: github.com/sirupsen/logrus
git:
depth: 1
env:
- GO111MODULE=on
go: 1.15.x
os: linux
install:
- ./travis/install.sh
script:
- cd ci
- go run mage.go -v -w ../ crossBuild
- go run mage.go -v -w ../ lint
- go run mage.go -v -w ../ test