From 7141968d640cf0264b3e1b4526c7289294636605 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 23 Aug 2017 13:22:01 -0700 Subject: [PATCH] Trying to fix travis. Again. Always. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d7b824f1b..8052cf8736 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ sudo: false # see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php +services: + - mysql + # list any PHP version you want to test against php: - 5.6