Assume we're already in examples/relational

This commit is contained in:
Alex Bilbie 2014-05-09 10:58:15 +01:00
parent d517b4c9e1
commit 66febb7744

View File

@ -15,8 +15,8 @@ before_script:
- composer require satooshi/php-coveralls:dev-master --no-update --dev
- composer install --prefer-source
- cd examples/relational && composer install
- cd examples/relational && php config/init.php
- php -S localhost:8000 examples/relational/api.php &
- php config/init.php
- php -S localhost:8000 &
- sleep 3
script: