File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,18 @@ before_install:
2525 - mkdir -p "${SYLIUS_CACHE_DIR}"
2626
2727install :
28+ - composer require "symfony/symfony:3.4.*" --no-interaction --no-update
2829 - composer install --no-interaction --prefer-dist
2930 - (cd tests/Application && yarn install)
3031
3132before_script :
33+ - (cd tests/Application && chmod +x bin/console)
3234 - (cd tests/Application && bin/console doctrine:database:create --env=test -vvv)
3335 - (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv)
3436 - (cd tests/Application && bin/console assets:install web --env=test -vvv)
3537 - (cd tests/Application && yarn build)
3638
39+
3740 # Configure display
3841 - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1680x1050x16
3942 - export DISPLAY=:99
You can’t perform that action at this time.
0 commit comments