open-lms-open-source / moodle-plugin-ci

Assist with running a Moodle plugin in Travis CI
https://blackboard-open-source.github.io/moodle-plugin-ci/
GNU General Public License v3.0
43 stars 37 forks source link

'grunt ignorefiles' always fails #69

Closed scara closed 6 years ago

scara commented 6 years ago

From https://travis-ci.org/scara/moodle-local_twittercard/jobs/300899619#L766 (or, older, https://travis-ci.org/scara/moodle-local_twittercard/jobs/300207156#L721), moodle-plugin-ci install always fails on Travis-CI:

Fatal error: Node version too old. Require >=8.9.0 <8.10.0, version installed: 9.1.0

since at least ten days (before w/ node 9.0.0 installed, https://travis-ci.org/scara/moodle-local_twittercard/jobs/296829502#L727).

This prevents Travis CI to run the further checks.

/cc @stronk7, found while trying to use PHP 7.2 and MOODLE_34_STABLE on my plugin: https://github.com/scara/moodle-local_twittercard/commit/566fb9add9611f810c1ecad24488a03383c740b3.

TIA, Matteo

scara commented 6 years ago

Found https://github.com/moodlerooms/moodle-plugin-ci/commit/4028ab4fdf3a7fc39fa432bd1ee68da07f12ba6f#diff-b4ef8fa7c78dc63432f64a355dbb9ffd, due to https://tracker.moodle.org/browse/MDL-60503.

Apologies for the noise.