fix tests (or not ?)

This commit is contained in:
Etienne Roudeix
2013-09-27 10:03:56 +02:00
parent 0c2a0f8053
commit 7e3cbb6818

View File

@@ -8,4 +8,10 @@ env:
- DB_USER=root - DB_USER=root
before_script: before_script:
- echo | ./reset_install.sh - composer self-update
- 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
- php Thelia module:activate Colissimo
- php Thelia module:activate Cheque