Skip to content

Commit 52055b4

Browse files
committed
Take 3.. Added some debug.
1 parent a124250 commit 52055b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ services:
1818
- docker
1919

2020
before_install:
21+
- netstat -pna | grep 3306
2122
- bash ./start_db.sh
2223
- docker ps -a
2324

start_db.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ docker run -d --name spatial-mysql-$MYSQL_VERSION \
88
-e MYSQL_DATABASE=test \
99
-e MYSQL_ALLOW_EMPTY_PASSWORD=yes \
1010
mysql:$MYSQL_VERSION --character-set-server=utf8 --collation-server=utf8_general_ci
11+
12+
docker inpect spatial-mysql-$MYSQL_VERSION

0 commit comments

Comments
 (0)