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:
parent
42a2942557
commit
f8d191cb54
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user