Fixed .travis.yml

This commit is contained in:
Alex Bilbie 2015-04-05 18:35:26 +01:00
parent ffc8823e4f
commit 5211d1902c

View File

@ -25,7 +25,7 @@ before_script:
- cd examples/
- composer install
- cd public/
- php -S localhost:7777 index.php &
- php -S localhost:7777 &
- cd ../..
script: