Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-12-23 22:52:53 +0300
committerdiosmosis <benaka@piwik.pro>2014-12-23 22:52:53 +0300
commit6033932d1fab70434daeab5826deb98aa34dc817 (patch)
tree1810fc751151701442d24e1dae557278fa378081 /.travis.yml
parentdd8ceaa5d71522a648777f963718d0866b9efbc1 (diff)
Fixes #6882, use mysql 5.6 in travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5889b92b95..e4e657f16d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,6 +88,8 @@ install:
- git checkout master -- ./tests/travis ./plugins/TestRunner || true
before_script:
+ - ./tests/travis/install_mysql_5.6.sh
+
- if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
then composer require satooshi/php-coveralls dev-master;
else