update travis file

This commit is contained in:
Manuel Raynaud
2013-07-09 11:48:59 +02:00
parent 1a6cde1c65
commit 40160948d3

View File

@@ -8,6 +8,6 @@ env:
- DB_USER=root - DB_USER=root
before_script: before_script:
- composer install --prefer-dist - 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" - 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 Thelia thelia:install --db_host=localhost --db_username=$DB_USER --db_name=thelia