Commit d172e38b by Carsten Brandt

debugging travis

parent 419da30f
...@@ -23,7 +23,8 @@ install: ...@@ -23,7 +23,8 @@ install:
# basic application: # basic application:
- pwd - pwd
- composer install --dev --prefer-dist -d apps/basic - 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 & - cd apps/basic/web && php -S localhost:8080 &
- pwd - pwd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment