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

allow travis-ci to build forks #228

Merged
merged 1 commit into from
Feb 7, 2020
Merged

Conversation

nonrational
Copy link
Member

Because puma-dev includes an internal package, travis won't build forks because it thinks they're not allowed to reference an "external" internal package. This makes working on PRs a bit tricky.

This PR explicitly sets the go_import_path for TravisCI so it will allow forks like i-am-not-puma/puma-dev to build by allowing internal imports.

Example build failure before this change:

@nateberkopec nateberkopec merged commit bac905c into puma:master Feb 7, 2020
@nonrational nonrational deleted the fork-ci branch February 7, 2020 21:20
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.

2 participants