1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-14 19:53:42 +01:00

Trying fix for Travis #6842

This commit is contained in:
deajan 2018-01-03 22:27:04 +01:00
parent 42a2942557
commit f8d191cb54

View File

@ -12,6 +12,7 @@ sudo:
required
before_script:
which mysql && until mysql -u root -e "show status" &>/dev/null; do echo "Waiting for MySQL to start..."; sleep 5; done
mysql -e 'CREATE DATABASE travistest;'
script: