mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 07:05:14 +01:00
Another travis mysql fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user