travis: set go_import_path to github.com/opencontainers/runc

If someone forks runc and wants to check changes in travis, he will find
that the command 'make BUILDTAGS="${BUILDTAGS}"' fails, because
github.com/opencontainers/runc/ is used in many places to import
packages (e.g. libcontainer).

Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin 2017-03-23 02:12:55 +03:00
parent ea35825a63
commit ff0521f8e8
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ matrix:
allow_failures:
- go: tip
go_import_path: github.com/opencontainers/runc
# `make ci` uses Docker.
sudo: required
services: