Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set go_import_path in travis.yml to allow internal packages in forks #607

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

manosnoam
Copy link
Contributor

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

[Fixes #599]

.travis.yml Show resolved Hide resolved
@@ -5,6 +5,9 @@ go:
- 1.12.x
- tip

# allow internal package imports, necessary for forked repositories
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blgm Is that fine comment ?

@blgm blgm merged commit 3b721db into onsi:master Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running Travis-ci on forked repo fails - use of internal package not allowed
2 participants