Skip to content

Commit

Permalink
Set go_import_path in travis.yml to allow internal packages in forks (#…
Browse files Browse the repository at this point in the history
…607)

See Travis-CI docs for more details:
https://docs.travis-ci.com/user/languages/go/#go-import-path

[Fixes #599]
  • Loading branch information
manosnoam authored and blgm committed Oct 30, 2019
1 parent d90e0dc commit 3b721db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ go:
- 1.12.x
- tip

# allow internal package imports, necessary for forked repositories
go_import_path: github.com/onsi/ginkgo

install:
- go get -v -t ./...
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit 3b721db

Please sign in to comment.