diff --git a/.travis.yml b/.travis.yml index fb77ce77c4..343ffb56d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ script: - bin/phpspec run --no-interaction -f dot + - bin/console sylius:fixtures:load --no-interaction --env=test_cached --no-debug -vvv + - echo "Testing (Behat - brand new, regular scenarios; ~@javascript && ~@todo && ~@cli)" "Sylius" - bin/behat --strict --no-interaction -vvv -f progress -p cached --tags="~@javascript && ~@todo && ~@cli"