mirror of
https://github.com/moodle/moodle.git
synced 2025-06-04 07:06:45 +02:00
MDL-53019 travis: Don't run 5.6 mysql unit tests and minor cleanup
This commit is contained in:
parent
ae96cf6246
commit
6981a039c8
12
.travis.yml
12
.travis.yml
@ -20,7 +20,7 @@ env:
|
|||||||
# Although we want to run these jobs and see failures as quickly as possible, we also want to get the slowest job to
|
# Although we want to run these jobs and see failures as quickly as possible, we also want to get the slowest job to
|
||||||
# start first so that the total run time is not too high.
|
# start first so that the total run time is not too high.
|
||||||
#
|
#
|
||||||
# We only run MySQL on PHP 5.6, so run that first.
|
# We only run MySQL on PHP 7.0, so run that first.
|
||||||
# CI Tests should be second-highest in priority as these only take <= 60 seconds to run under normal circumstances.
|
# CI Tests should be second-highest in priority as these only take <= 60 seconds to run under normal circumstances.
|
||||||
# Postgres is significantly is pretty reasonable in its run-time.
|
# Postgres is significantly is pretty reasonable in its run-time.
|
||||||
|
|
||||||
@ -48,17 +48,13 @@ matrix:
|
|||||||
exclude:
|
exclude:
|
||||||
# MySQL - it's just too slow.
|
# MySQL - it's just too slow.
|
||||||
# Exclude it on all versions except for 7.0
|
# Exclude it on all versions except for 7.0
|
||||||
# - env: DB=mysqli TASK=PHPUNIT
|
|
||||||
# php: 5.6
|
|
||||||
#
|
|
||||||
# - env: DB=mysqli TASK=PHPUNIT
|
|
||||||
# php: 5.5
|
|
||||||
|
|
||||||
- env: DB=mysqli TASK=PHPUNIT
|
- env: DB=mysqli TASK=PHPUNIT
|
||||||
php: 5.4
|
php: 5.6
|
||||||
|
|
||||||
|
# One grunt execution is enough.
|
||||||
- env: DB=none TASK=GRUNT
|
- env: DB=none TASK=GRUNT
|
||||||
php: 5.4
|
php: 5.6
|
||||||
|
|
||||||
# Moodle 2.7 is not compatible with PHP 7 for the upgrade test.
|
# Moodle 2.7 is not compatible with PHP 7 for the upgrade test.
|
||||||
- env: DB=pgsql TASK=UPGRADE
|
- env: DB=pgsql TASK=UPGRADE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user