Mark Nielsen
Mark Nielsen
Thanks @scara for your help, I think I'll wait for the Travis issue to get some traction before I try anything else on this.
With https://github.com/travis-ci/travis-ci/issues/9167 fixed, still doesn't work :( Re-ran my master branch with no luck and same for the [debugging one](https://travis-ci.org/moodlerooms/moodle-plugin-ci/builds/335718087). `/etc/hosts` now looks like this: ``` ::1 ip6-localhost ip6-loopback fe00::0...
Minor update: First, as of 2.3.0, recommending `sudo: true` for builds that run Behat, which I think most of you are already doing. Second, think I sort of verified that...
+1 to `moodle-plugin-ci gdpr` command.
Note, with recent changes, we can probably just update the `StandardResolver` class and then run this by doing: `moodle-plugin-ci codechecker --standard NAME`. This is instead of adding a whole new...
Yes, I like this idea, open to a PR!
This is very cool Dan, really shows off the power of Docker. Little concerned about performance though, looks like it takes 400+ seconds to initialize just Behat or PHPUnit, while...
I tried removing `--prefer-dist` and the same error occurred. Maybe something changed with the new Trusty image? I couldn't find anything helpful, so you will likely have to do something...
Have you tried adding a GitHub API token? https://github.com/moodle/moodle/blob/0e1e1e5586a1f43c951d9a399243220a3ccf882c/.travis.yml#L98 https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens
Looking at your build log, looks like you did. I assume you added `GITHUB_APITOKEN` to your Travis settings for the project.