travis.yml: Add go_import_path

This makes it so that CI will still work on forks, if necessary.
This commit is contained in:
Derek Parker 2020-03-19 11:53:30 -07:00 committed by Alessandro Arzilli
parent 112049176f
commit 7571c9d7c7

@ -1,5 +1,6 @@
language: go
sudo: required
go_import_path: github.com/go-delve/delve
os:
- linux