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:25:56 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-24 21:25:56 +0400
commit5b1fa81cba0fe54c5118a642ceacac91159f45da (patch)
treef785a1a31606d2beb45f5312c80e1cd068c153b1 /.travis.yml
parentf7da1de7c751cd2b2e0d066020777ccdeb13626f (diff)
Make sure TRAVIS_PHP_VERSION check does not fail and stop build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 857ddf8766..a1a4c14675 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,7 +79,7 @@ script: ./travis.sh
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'
+ - '[[ "$TRAVIS_PHP_VERSION" == "5.3" ]] && export USE_ZEND_ALLOC=0 || true'
before_script:
- mysql --version