Mark Nielsen

Results 48 comments of Mark Nielsen

> Yeah my bad. Key is a better way to describe it. To be clear this will not be logical id specific, and just would be a way for a...

Hrm... I don't know what the `js` check is. IIRC, it would be defined somewhere in this project: https://github.com/moodlehq/moodle-local_ci

I'm not totally up to speed on what the mustache linter does, it's part of core's CI toolset and I'm using it by invoking https://github.com/moodlehq/moodle-local_ci/blob/master/mustache_lint/mustache_lint.php My guess is that it's...

I've asked for some help with this issue, but while you wait, you can get your build passing by changing your `.travis.yml` file to use this instead: ``` - moodle-plugin-ci...

Do you guys have more example of build failures? Eloy's failure has nothing to do with Behat, it's failing to install Java8 (`oracle-java8-installer`, `oracle-java8-set-default`) because for whatever reason, some of...

> If we make it more flexible do you think it would be a approach to running it Travis? Hopefully would speedup part of initialisation (it would only pull changes...

Having lots of troubling figuring out the problem. Have a build I'm debugging here: https://travis-ci.org/moodlerooms/moodle-plugin-ci/jobs/334948327 * PHP Server seems to be OK: https://travis-ci.org/moodlerooms/moodle-plugin-ci/jobs/334948327#L615 * Behat failure: https://travis-ci.org/moodlerooms/moodle-plugin-ci/jobs/334948327#L904 * And output...

Thanks @scara, that might be the problem, I commented in https://github.com/travis-ci/travis-ci/issues/8711 There is `cat /etc/hosts` with sudo false/true: * sudo false: https://travis-ci.org/moodlerooms/moodle-plugin-ci/builds/335223258#L487 * sudo true: https://travis-ci.org/moodlerooms/moodle-plugin-ci/builds/335233134#L498 If it is indeed...

Thanks for the continued feedback, but doesn't appear to work unfortunately, https://travis-ci.org/moodlerooms/moodle-plugin-ci/builds/335718087