mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Another travis mysql fix
This commit is contained in:
parent
f3a9e1d05e
commit
3a330b841c
@ -12,7 +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
|
||||
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