Removed old Travis before_script commands

This commit is contained in:
Alex Bilbie 2014-11-07 02:31:54 +00:00
parent a2a768b6e6
commit 5c5d7d5340

View File

@ -9,11 +9,6 @@ php:
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
- cd examples/relational && composer install --prefer-dist
- php config/init.php
- php -S localhost:8000 &
- sleep 3
- cd ../..
script:
- mkdir -p build/logs