Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/src/commit/a0cd5d9ca9712c6a882e2751c43efe184fdd1e24/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
|
|
|