-
Notifications
You must be signed in to change notification settings - Fork 37
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
Build fails during initialisation process #56
Comments
I've seen this too, and only with older Moodle releases (pre 3.0 I think). This might be related to MDL-50732; with the VCS upstream specified prefer-dist doesn't failover correctly and you hit the GitHub credentials limit. |
I tried removing I couldn't find anything helpful, so you will likely have to do something like this: https://github.com/moodle/moodle/blob/master/.travis.yml#L99 That way Composer can authenticate with GitHub and get around any API rate limits. |
I still get this error. Are there any other workarounds? |
Could you have a look at this? |
Looking at your build log, looks like you did. I assume you added |
Sorry for the late reply. Yes, I've added GITHUB_APITOKEN to travis settings. I still have this issue. Any ideas? |
…-limit PHPUnitCommand: Disable memory limit for phpdbg run
I'm not sure what is going on, but I'm hitting this:
Would that be that there are too many requests coming from Travis? Or is it the branch?
This particular failure happened on 2.7 and 2.8 with PHP 5.4, but I've noticed it happening with other combinations.
Full build: https://travis-ci.org/FMCorz/moodle-block_xp/builds/273875512
The text was updated successfully, but these errors were encountered: