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

Another travis mysql fix

This commit is contained in:
deajan 2018-01-03 22:32:42 +01:00
parent f3a9e1d05e
commit 3a330b841c

View File

@ -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: