Commit d172e38b by Carsten Brandt

debugging travis

parent 419da30f
......@@ -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
......
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