Skip to content

Commit af9c18c

Browse files
author
Duje
committed
++
1 parent 35278dc commit af9c18c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,18 @@ before_install:
2525
- mkdir -p "${SYLIUS_CACHE_DIR}"
2626

2727
install:
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

3132
before_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

0 commit comments

Comments
 (0)