From 9a592d38cf06356871f97a27abf9994f010b088b Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 5 Jan 2014 13:29:17 +0100 Subject: [PATCH] fixed paths in travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5aa71e9..17cbe4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,8 @@ install: - tests/unit/data/travis/cubrid-setup.sh # basic application: - composer install --dev --prefer-dist -d apps/basic - - cd apps/basic && php vendor/bin/codecept build && cd ../.. + - cd apps/basic && php vendor/bin/codecept build - cd apps/basic/web && php -S localhost:8080 & - - cd ../../.. before_script: - echo 'elasticsearch version ' && curl http://localhost:9200/ @@ -36,7 +35,7 @@ before_script: script: # - vendor/bin/phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor - vendor/bin/phpunit --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor - - cd apps/basic && php vendor/bin/codecept run && cd ../.. + - cd apps/basic && php vendor/bin/codecept run #after_script: # - php vendor/bin/coveralls