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>2015-01-07 09:24:32 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-07 09:24:32 +0300
commit87ce87f565c0671a16d9a70ac45af99f478792d7 (patch)
tree09685e1540f012d354615da90196323cca0e5afb /.travis.yml
parent86e560f6bac52a3f9ce8882f760a9eaf4b9337a3 (diff)
fixes #6942 skip the php -i as it's rarely useful and still takes 50kb or so
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 223c808d63..1af1b84fba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -124,6 +124,7 @@ before_script:
# print out more debugging info
- uname -a
- date
+ # - php -i
- php -r "var_dump(gd_info());"
- mysql -e 'create database piwik_tests;'