diff --git a/.travis.yml b/.travis.yml index 92fc37948b..c254f802cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,8 @@ install: # basic application: - pwd - composer install --dev --prefer-dist -d apps/basic - - cd apps/basic && php vendor/bin/codecept build + - cd apps/basic && php vendor/bin/codecept build && cd ../.. + - pwd - cd apps/basic/web && php -S localhost:8080 & - pwd