From b1dab552664cc28dbe35e629eb87516d0325c6aa Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 24 Mar 2016 13:18:10 -0700 Subject: [PATCH] Tell Travis about the custom import path. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3c13aa0..125ff00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go +go_import_path: go.universe.tf/netboot go: - 1.5 - 1.6