Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/286d03e4d4c496e7ba422184cdceb0e7655c66a0/vendor/github.com/pkg/errors/.travis.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
script:
|
|
- make check
|
|
|