From 1bd7cab3183bee381df2aaecb193984c2ab43b4e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Dec 2019 19:01:36 +0100 Subject: .travis.yml: set go_import_path This should help with testing of forks (now they should be checked at the correct path). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 552f44402..23ad041bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ services: go: - "1.11" - "1.12" +go_import_path: github.com/google/syzkaller cache: directories: -- cgit mrf-deployment