debugging travis

This commit is contained in:
Carsten Brandt
2014-01-05 14:18:00 +01:00
parent 419da30f50
commit d172e38b20

View File

@@ -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