DVL-001 stop unwanted daemons

This commit is contained in:
cytopia 2017-04-19 20:09:42 +02:00
parent d396c921d7
commit b3aab7ddfc
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -59,8 +59,10 @@ before_script:
# Disable services enabled by default
# http://docs.travis-ci.com/user/database-setup/#MySQL
- sudo /etc/init.d/mysql stop
- sudo /etc/init.d/postgresql stop
- sudo /etc/init.d/mysql stop || true
- sudo /etc/init.d/postgresql stopA || true
- sudo service mysql stop || true
- sudo service postgresql stop || true
###