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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:11:46 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:11:46 +0400
commitb0bda7aef3d52ef07eb480cd1443df682437b0cd (patch)
tree48a1364de52f9439439ec4718cf61ebef77b2b94 /.travis.yml
parent41a08af464acb8e6195da80c6d3bcf27612c34fd (diff)
Investigating travis build failure... (65th commit)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 49567b9d80..2c61e703ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: php
# We want to test against PHP 5.3/5.4/5.5
php:
- 5.5
- - 5.4
+# - 5.4
# - 5.3
# Separate different test suites
@@ -34,6 +34,7 @@ before_script:
- composer install
- uname -a
- date
+ - phpenv config-add ./tests/travis/php.ini
- php -r "var_dump(gd_info());"
- mysql -e 'create database piwik_test;'
- ./tests/travis/prepare.sh