Skip to content

Commit e6a850e

Browse files
author
Duje
committed
++
1 parent af9c18c commit e6a850e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ before_install:
2525
- mkdir -p "${SYLIUS_CACHE_DIR}"
2626

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

0 commit comments

Comments
 (0)