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,7 +25,6 @@ before_install:
2525 - mkdir -p "${SYLIUS_CACHE_DIR}"
2626
2727install :
28- - composer require "symfony/symfony:3.4.*" --no-interaction --no-update
2928 - composer install --no-interaction --prefer-dist
3029 - (cd tests/Application && yarn install)
3130
@@ -34,7 +33,8 @@ before_script:
3433 - (cd tests/Application && bin/console doctrine:database:create --env=test -vvv)
3534 - (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv)
3635 - (cd tests/Application && bin/console assets:install web --env=test -vvv)
37- - (cd tests/Application && yarn build)
36+ - (cd /home/travis/build/Locastic/SyliusComparerPlugin/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle && npm install gulp)
37+ - (cd /home/travis/build/Locastic/SyliusComparerPlugin/tests/Application && yarn build)
3838
3939
4040 # Configure display
You can’t perform that action at this time.
0 commit comments