davidherney / moodle-format_onetopic

Course format Onetopic to LMS Moodle
GNU General Public License v3.0
19 stars 44 forks source link

Travis testing #96

Closed james-cnz closed 3 years ago

james-cnz commented 3 years ago

Add Travis CI support. Requires #94 and #95. Doesn't support Moodle 3.3, and seemed to have issues timing out on Behat test (removed).

davidherney commented 3 years ago

Hi @james-cnz...

I never write travis tests. I am going to trust in your code but you need to give support this now ;)

Saludos

james-cnz commented 3 years ago

Hi @davidherney,

I forgot you need to enable Travis CI for this to work:

Travis CI: http://travis-ci.org/

Instructions from here: https://moodlehq.github.io/moodle-plugin-ci/

Sign into Travis CI with your GitHub account. Once you’re signed in, and Travis CI will have synchronized your repositories from GitHub. Go to your profile page and enable Travis CI for the plugin you want to build. Now whenever your plugin receives an update or gets a new pull request, Travis CI will run a build to make sure nothing broke.

davidherney commented 3 years ago

I receive the report yesterday and I changed some configurations for the Moodle compatibility, because the new version is only to Moodle >= 3.9+

Saludos