From 2412f1f8264d72ec75258494e89a111fed11f2ac Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 9 May 2014 10:53:33 +0100 Subject: [PATCH] Testing travis composer install relational example, running the init command and starting local webserver --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 12b2d401..64144e65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ before_script: - composer self-update - 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 & + - sleep 3 script: - mkdir -p build/logs