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
42 stars 37 forks source link

Failing to run moodle-plugin-ci shifter on a YUI module #25

Closed luukverhoeven closed 8 years ago

luukverhoeven commented 8 years ago

Unable to get shifter validation in travis. Is there something wrong with this? Or is it me?

https://travis-ci.org/MoodleFreak/moodle_mod_openwebinar/jobs/139252483

image

polothy commented 8 years ago

This is because you have an extra mod/openwebinar/yui/build/moodle-mod_openwebinar-base/moodle-mod_openwebinar-base-coverage.js file in your yui/build directory. I believe normally those are not to be committed/added. Also it looks like in your master branch, you are missing the mod/openwebinar/yui/build/moodle-mod_openwebinar-base/moodle-mod_openwebinar-base-min.js

luukverhoeven commented 8 years ago

Thanks for your reply, I will take a look at it.

polothy commented 8 years ago

Going to close this out as I think we solved it.