Skip to content

Commit 271b405

Browse files
committed
Host MySQL takes port 3306 so shutdown it.
1 parent c8274c7 commit 271b405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ install:
3131
- git diff --exit-code
3232

3333
before_script:
34+
# Host MySQL takes port 3306 so shutdown it.
35+
- sudo service mysql stop
3436
- docker --version
3537
- docker-compose --version
3638
- docker-compose up -d

0 commit comments

Comments
 (0)