Added .travis.yml before_script

This commit is contained in:
Alex Bilbie 2015-04-05 18:26:09 +01:00
parent 476b8d81c1
commit f912f60a59

View File

@ -21,6 +21,12 @@ matrix:
install:
- travis_retry composer install --no-interaction --prefer-source
before_script:
- cd examples/
- composer install
- cd public/
- php -S localhost:7777 index.php &
script:
- mkdir -p build/logs
- vendor/bin/codecept run