mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
FIX: Remove redundant lines
This commit is contained in:
parent
01b19b980c
commit
aaa4de1e95
@ -32,9 +32,6 @@ before_script:
|
||||
- composer require --prefer-source --no-update silverstripe/recipe-cms:1.1.x-dev
|
||||
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.0.x-dev; fi
|
||||
- composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
|
||||
- vendor/bin/sake flush=all
|
||||
|
||||
- php vendor/silverstripe/framework/tests/dump_constants.php
|
||||
|
||||
script:
|
||||
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml tests/; fi
|
||||
|
Loading…
Reference in New Issue
Block a user