From 7516337efb96d39332844f63bef7ef7087b9cace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Sun, 25 Nov 2018 23:15:12 +0100 Subject: [PATCH] Travis: fix checkout dir to help contributors run Travis on their fork Set the Travis-CI checkout path to allow contributors running Travis-CI on their fork to have Travis-CI launching using the canonical import path instead of the path of the fork. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f953bebd..a8f154515 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go +go_import_path: github.com/sirupsen/logrus env: - GOMAXPROCS=4 GORACE=halt_on_error=1 matrix: