update .travis.yml
This commit is contained in:
parent
6c7e717a07
commit
92ce32d8a0
@ -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…
Reference in New Issue
Block a user