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:
authorMatthieu Aubry <matt@piwik.org>2014-08-07 14:09:02 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-07 14:09:02 +0400
commitaa300c8671205deed6917919168705a5640f1716 (patch)
treefd347d6e9d7325b7ef50e0bdc016afc6e5772b86 /.travis.yml
parent8f00d3c40a5b4106a474ca275ae33b08132e8e08 (diff)
Run tests on older version PHP 5.3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a1a4c14675..e628a8743b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: php
-# We want to test against PHP 5.3/5.4/5.5
+# We want to test against PHP 5.3.3/5.4/5.5
php:
- 5.5
- 5.4
- - 5.3
+ - 5.3.3
# - 5.6
# - hhvm
@@ -78,8 +78,8 @@ matrix:
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 || true'
+ - # do not use the Zend allocator on PHP 5.3.3 since it will randomly segfault after program execution
+ - '[[ "$TRAVIS_PHP_VERSION" == "5.3.3" ]] && export USE_ZEND_ALLOC=0 || true'
before_script:
- mysql --version