1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Stop travis mysql service before install

This commit is contained in:
eldadfux 2019-08-26 08:18:40 +03:00
parent 7125259b63
commit 842de1c94e

View file

@ -16,6 +16,7 @@ services:
before_install:
- composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts
- sudo service mysql stop
install:
- docker-compose -f tests/resources/docker-compose.yml up -d