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 <benakamoorthi@fastmail.fm>2014-07-24 21:18:36 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-24 21:18:36 +0400
commitf7da1de7c751cd2b2e0d066020777ccdeb13626f (patch)
tree20ffb4cfdbfcefddaf8a1c5bc879eb8b856e5428 /.travis.yml
parent7d1ef8035fb82528b94f4aa9c180d702e210bc2c (diff)
Fix last commit (move export to before_install in .travis.yml).
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