Added skip-sync

This commit is contained in:
Kevin Frantz 2018-10-30 21:01:37 +01:00
parent 3569f04e59
commit d55ade992a

View File

@ -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)