modify travis script

This commit is contained in:
Manuel Raynaud
2013-09-04 08:30:24 +02:00
parent deee59244d
commit 0b9e2552ed
3 changed files with 35 additions and 2 deletions

View File

@@ -12,3 +12,4 @@ before_script:
- composer install --prefer-dist --dev
- 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
- php install/faker.php