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>2013-04-09 02:14:50 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-09 02:14:50 +0400
commite0b35c67eb34f8b6e8ed0af0b5a341d74a6d6700 (patch)
treea6ffa440bce52f3fc287c2a3b7cd120fc89e6f1f /.travis.yml
parenta79ba429e32f0430927b64422f55784a51fa4201 (diff)
Travis to show GD info
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 04ed9189ff..a93810c593 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ script: ./travis.sh
before_script:
- echo `uname -a`
- echo `date`
+ - php -r "var_dump(gd_info());"
- mysql -e 'create database piwik_test;'
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh