test regex for logger

This commit is contained in:
Manuel Raynaud
2013-07-09 11:38:32 +02:00
parent 7276ca47f5
commit 7b0f2aa8eb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ env:
- DB_USER=root
before_script:
- composer install
- composer install --prefer-dist
- sh -c "mysql -u$DB_USER -e 'SET FOREIGN_KEY_CHECKS = 0; DROP DATABASE IF EXISTS thelia;SET FOREIGN_KEY_CHECKS = 1;'; fi"
- php Thelia thelia:install --db_host=localhost --db_username=$DB_USER --db_name=thelia