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:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ae69085c3b..857ddf8766 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,9 +77,11 @@ matrix:
script: ./travis.sh
-before_script:
+before_install:
- # do not use the Zend allocator on PHP 5.3 since it will randomly segfault after program execution
- '[ "$TRAVIS_PHP_VERSION" == "5.3" ] && export USE_ZEND_ALLOC=0'
+
+before_script:
- mysql --version
- mysql -e "SELECT VERSION();"
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'" # Travis default