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:
authormattab <matthieu.aubry@gmail.com>2014-04-05 08:30:46 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-05 08:30:46 +0400
commit24ee5c05e6dce53711ef9d6aee78d3de9fea6a33 (patch)
treea2a26b4c9b14d61538bc9a9810b04ee760ef53d4 /.travis.yml
parent489ddf494a982755a046bd7a5330097c74bf564c (diff)
Segmentation fault, bug in php 5.3.27. Testing 5.3.3 as travis seem to support it?
Trying to fix: PHP Fatal error: Call to a member function getCurrency() on a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 60e70be6f4..80c4fceabb 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
# - hhvm
# Separate different test suites