From 1488e5ec4dabc3e52f8217b07bbe11ed070c1246 Mon Sep 17 00:00:00 2001 From: Michael Borden Date: Tue, 7 Mar 2017 14:17:53 -0800 Subject: [PATCH] travis: Add go_import_path This should fix an issue with turning on travis for any mgmt fork. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b525db7f..2a02d7e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.7.x - 1.8.x - tip +go_import_path: github.com/purpleidea/mgmt sudo: true dist: trusty before_install: