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:30:54 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-06-27 09:30:54 +0400
commit2630e23e7f8645b5c27282cebc1cb56493da72ee (patch)
tree55fbd1b8d694bda6a718168634b2877df77835c1 /.travis.yml
parentc0ff5bd85a8c0fb8aa0bf1dd30a1394e0807ba43 (diff)
Investigating travis build failure... (68th commit)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c61e703ca..a189332266 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,14 +3,14 @@ language: php
# We want to test against PHP 5.3/5.4/5.5
php:
- 5.5
-# - 5.4
-# - 5.3
+ - 5.4
+ - 5.3
# Separate different test suites
env:
matrix:
-# - TEST_SUITE=PluginTests
-# - TEST_SUITE=CoreTests
+ - TEST_SUITE=PluginTests
+ - TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests
# Run PHP 5.4 for aa tests to generate
@@ -34,7 +34,7 @@ before_script:
- composer install
- uname -a
- date
- - phpenv config-add ./tests/travis/php.ini
+ - phpenv config-add ./tests/travis/php.ini # disables Zend OPCache
- php -r "var_dump(gd_info());"
- mysql -e 'create database piwik_test;'
- ./tests/travis/prepare.sh