1
0
mirror of synced 2024-11-22 21:36:10 +03:00

update .travis.yml

This commit is contained in:
Akolzin Dmitry 2019-02-28 15:25:32 +03:00
parent 6c7e717a07
commit 92ce32d8a0

View File

@ -14,6 +14,10 @@ env:
- DB_BITRIX_NAME=bitrix - DB_BITRIX_NAME=bitrix
before_script: 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 - bash tests/bin/before_script.sh
script: script: