diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-27 19:01:36 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-30 16:37:38 +0100 |
| commit | 1bd7cab3183bee381df2aaecb193984c2ab43b4e (patch) | |
| tree | 2ae88e4cdfe246c1174fcea060e10b94f6e5cf89 | |
| parent | 28a9676c1744554a9ae68b0ff19190f8165d8a06 (diff) | |
.travis.yml: set go_import_path
This should help with testing of forks
(now they should be checked at the correct path).
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
