Skip to content

Commit 4733c36

Browse files
committed
PR review fixes
1 parent 581deb1 commit 4733c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
before_script:
3838
- (cd tests/Application && bin/console doctrine:database:create --env=test -vvv)
3939
- (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv)
40-
- (cd tests/Application && bin/console assets:install public --env=test -vvv)
40+
- (cd tests/Application && bin/console assets:install --env=test -vvv)
4141
- (cd tests/Application && bin/console cache:warmup --env=test -vvv)
4242
- (cd tests/Application && yarn build)
4343

@@ -68,7 +68,7 @@ before_script:
6868
- java -Dwebdriver.chrome.driver=$SYLIUS_CACHE_DIR/chromedriver -jar $SYLIUS_CACHE_DIR/selenium.jar > /dev/null 2>&1 &
6969

7070
# Run webserver
71-
- (cd tests/Application && bin/console server:run 127.0.0.1:8080 -d public --env=test --quiet > /dev/null 2>&1 &)
71+
- (cd tests/Application && bin/console server:run 127.0.0.1:8080 --env=test --quiet > /dev/null 2>&1 &)
7272

7373
script:
7474
- composer validate --strict

0 commit comments

Comments
 (0)