Commit 9a592d38 by Carsten Brandt

fixed paths in travis.yml

parent e6ddf655
......@@ -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
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