Skip to content

Commit 0d92fec

Browse files
committed
Stop default MySQL to allow docker image to run
1 parent 10890a1 commit 0d92fec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ cache:
3434
apt: true
3535
directories: $HOME/.composer/cache
3636
before_install:
37+
- sudo service mysql stop
3738
# Prepare env variable for current composer module
3839
- export MODULE_UNDER_TEST_COMPOSER_NAME=`jq -r .name composer.json`
3940
# Ensure our module is copied rather than symlinked, or templates wont work

0 commit comments

Comments
 (0)