update composer before script in travis config
This commit is contained in:
@@ -11,3 +11,4 @@ before_script:
|
|||||||
- composer install --prefer-dist --dev
|
- 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
|
||||||
|
- composer self-update
|
||||||
Reference in New Issue
Block a user