MDL-70265 travis: Only run highest phpunit if configured via env
commit89a9b87c959eaf9ed190dd3b72b1dbdeacbc1648
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 20 Nov 2020 15:20:18 +0000 (20 16:20 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 21 Nov 2020 10:28:35 +0000 (21 11:28 +0100)
tree3d74d9a5bcc6dfb672418124c79fe0beca5ae10f
parentae8e7f90ad752bdfecb1aaab4350aa118e3c4624
MDL-70265 travis: Only run highest phpunit if configured via env

By default only lowest php version will be executed, and only pgsql.

This default behavior can be changed with a new variable:

MOODLE_PHP = [all]
MOODLE_DATABASE = [pgsql | mysqli | all]
.travis.yml