According to the Travis documentation the way to depend on mysql is services: - mysql https://docs.travis-ci.com/user/database-setup/#MySQL
@@ -210,12 +210,12 @@ services:
- postgresql
- redis-server
- mongodb
+ - mysql
addons:
postgresql: "9.3"
apt:
packages:
- - mysql-server
before_script: