From d172e38b201dd96e83e49b9d1bd15536a0908122 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 5 Jan 2014 14:18:00 +0100 Subject: [PATCH] debugging travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92fc379..c254f80 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