update .travis.yml
This commit is contained in:
parent
6c7e717a07
commit
92ce32d8a0
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ env:
|
|||
- DB_BITRIX_NAME=bitrix
|
||||
|
||||
before_script:
|
||||
# Change MySQL root password
|
||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
||||
- composer install
|
||||
- bash tests/bin/before_script.sh
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue