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-08-09 22:04:37 +0400
committermattab <matthieu.aubry@gmail.com>2014-08-09 22:04:37 +0400
commita3ddb2693d6c26c51def8d5ec119b450f34c7ccc (patch)
tree40bdcde0417cb89455b4566077df33f3ca145f8c /.travis.yml
parent3b962d95d59ee68215d10a088cf08935521dd54a (diff)
on php 5.3.3 encode the single quote properly to workaround php bug
example failed tests https://travis-ci.org/piwik/piwik/jobs/32095780
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 e628a8743b..cc18c272ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ matrix:
env: TEST_SUITE=AngularJSTests MYSQL_ADAPTER=PDO_MYSQL
- php: hhvm
env: TEST_SUITE=AngularJSTests MYSQL_ADAPTER=PDO_MYSQL
- # Only run Mysqli tests on PHP 5.5
+ # Only run Mysqli tests on PHP 5.3
- php: 5.4
env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=MYSQLI
- php: 5.4
@@ -75,6 +75,7 @@ matrix:
- php: hhvm
env: TEST_SUITE=CoreTests MYSQL_ADAPTER=MYSQLI
+
script: ./travis.sh
before_install: