From ff0521f8e8c15d495b6f072851290c6136476ef7 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Thu, 23 Mar 2017 02:12:55 +0300 Subject: [PATCH] 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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 244c6439..a9032a24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ matrix: allow_failures: - go: tip +go_import_path: github.com/opencontainers/runc + # `make ci` uses Docker. sudo: required services: