mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-08 13:51:34 +01:00
Added skip-sync
This commit is contained in:
parent
3569f04e59
commit
d55ade992a
@ -13,7 +13,7 @@ before_script:
|
||||
- travis_retry composer self-update
|
||||
- travis_retry composer install --no-interaction --prefer-source --dev
|
||||
script:
|
||||
- bin/console doctrine:schema:validate
|
||||
- bin/console doctrine:schema:validate --skip-sync
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user