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>2015-09-22 08:32:43 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-27 07:46:24 +0300
commitc485da37a5ae1ffd9d83fa3cd47852c8de478104 (patch)
treef2614977c4486cb2c45b9411e0d7c9e9bf4d9670 /.travis.yml
parent34b402dd6f95d78c3d924a7977cdb35046413861 (diff)
Try to install mysql 5.6 on container infrastructure.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 161db61c1f..0e48df4703 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ addons:
packages:
- python2.6
- python2.6-dev
+ - mysql-server-5.6
# Separate different test suites
env:
@@ -113,8 +114,6 @@ install:
- export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --core --verbose"
#- '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
- - '[ ! -f ./tests/travis/install_mysql_5.6.sh ] || ./tests/travis/install_mysql_5.6.sh'
-
- ./tests/travis/configure_git.sh
# travis now complains about this failing 9 times out of 10, so removing it