Currently we get an import problem for forks, for example “someone-else/harmony”. Travis-CI job set up for such a fork will check out the repo under GOPATH/src/github.com/someone-else/harmony, importable as "github.com/someone-else/harmony" and not as the intended "github.com/harmony-one/harmony". Recording the canonical import path (go_import_path) in .travis.yml lets Travis-CI check out the repo under GOPATH/src always using the canonical import path, resolving build issues for forks.pull/334/head
parent
0fd3441bad
commit
6e102eb730
Loading…
Reference in new issue