Skip to content

Commit

Permalink
Merge d1e48c5 into 5677d88
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Mar 23, 2020
2 parents 5677d88 + d1e48c5 commit 308f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install-and-init-db.sh
Expand Up @@ -16,7 +16,7 @@ if [ ! -z "${DB}" ]; then

docker pull ${DB}
docker run -it --name=mysqld -d -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 ${DB}
sleep 10
sleep 20

mysql() {
docker exec mysqld mysql "${@}"
Expand Down

0 comments on commit 308f2c5

Please sign in to comment.