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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis/Carthage not working #148

Open
Glennmen opened this issue May 21, 2019 · 1 comment
Open

Travis/Carthage not working #148

Glennmen opened this issue May 21, 2019 · 1 comment
Labels

Comments

@Glennmen
Copy link

Not going to use the bug template because it is not an issue with the iOS app but rather a development pipeline issue so the template didn't apply.

I was looking at this project and noticed that Travis was failing since November 馃槺

I have done very little iOS development and for sure never worked with Carthage but did some searching and I think I found why your Travis builds keep failing.

Carthage uses Github to get the pods from the repositories, but I think we are hitting Github rate limiting because of the shared Travis build servers ip address. To solve this DEV should add a Github API token to their Travis config (encrypted ENV variable).

For reference:
Carthage/Carthage#1236

@karnett
Copy link
Contributor

karnett commented Mar 3, 2020

Yup, I also checked this out and needs a GITHUB_ACCESS_TOKEN environment variable. something to do with the 2FA changes GitHub did a few months back.

https://docs.travis-ci.com/user/encryption-keys/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants