mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Travis CI: Ensure MySQL is started
It seems MySQL isn't always fully started before 'mysql_upgrade' is called.
This commit is contained in:
parent
9e158a3835
commit
6fb8ae4d2f
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ before_install:
|
|||
- sudo add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.6'
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get -qq -o Dpkg::Options::=--force-confold install mysql-server
|
||||
- sudo service mysql start
|
||||
- sudo mysql_upgrade
|
||||
# /END MYSQL 5.6
|
||||
- pip install --user coveralls-merge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue