-
I'm looking at using your plugin for a project I'm working on - first thing we do is check a plugin to see how well it complies with Moodle's normal coding guidelines - looks like there are a few supe…
-
I'm starting a Moodle plugin integration with instant messaging tools, I'm doing well step by step, in order to understand the workings of this new route Travis integration tool.
But when I started p…
-
Run `mdk precheck` without pushing the branch.
```
fred@fmc:~/www/sm$ mdk precheck
/usr/bin/git remote -v
/usr/bin/git config --get remote.origin.url
/usr/bin/git symbolic-ref -q HEAD
Invoking the bu…
-
I was able to make travis.yml changes that generates coverage files and uploads the output the coveralls.io. You can see an example output here: https://coveralls.io/jobs/12048046
My yml can be found…
-
Right now the phpunit execution uses the --testsuite option, using the main generated phpunit.xml file.
While that's ok for the majority of plugins... (_test.php files under component/tests) dir... i…
-
GitLab CI uses a .gitlab-ci.yml file similar to the .travis.yml file to run continuous integration jobs.
As GitLab is free and open-source, it would be good to support it too even most developers do n…
-
Hi Mark,
Code checker module now failing since around 17:40 GMT 28/1/2016, I don't know if its you or them. Two repositories failing with the same thing:
```
$ moodle-plugin-ci codechecker
RUN Mo…
-
Hi Mark,
I have some PHPUnit tests for the Essential theme which set values in the database. Using PHPUnit with the script gives: https://travis-ci.org/gjb2048/moodle-theme_essential/jobs/98341673#L…
-
Hi Mark,
One of my builds just failed when it did not before at this stage with this:
![2016-01-07 18_21_41-job 32 1 - gjb2048_moodle-theme_essential - travis ci](https://cloud.githubusercontent.com…
-
You can see on this log that the pdepend library that phpmd uses is throwing errors to do with undefined constants on PHP7:
https://travis-ci.org/danmarsden/moodle-plagiarism_urkund/jobs/91730002
Th…