diff --git a/.travis.yml b/.travis.yml index 7467ee7..cc355a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,13 +26,13 @@ before_install: install: - composer install --no-interaction --prefer-dist -# - (cd tests/Application && yarn install) + - (cd tests/Application && yarn install) before_script: - (cd tests/Application && bin/console doctrine:database:create --env=test -vvv) - (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv) - (cd tests/Application && bin/console assets:install web --env=test -vvv) -# - (cd tests/Application && yarn run gulp) + - (cd tests/Application && yarn run gulp) # Configure display - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1680x1050x16 @@ -66,7 +66,6 @@ before_script: script: - composer validate --strict - - bin/phpunit - bin/phpspec run - bin/behat --strict -vvv --no-interaction || bin/behat --strict -vvv --no-interaction --rerun