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-03-09 06:03:12 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-09 06:03:28 +0300
commit3ce0c85f790275745a6e0e9389f1fdca2d6a99d0 (patch)
tree7b7e30abd0279281c07126dbf2822a36196cc007 /.travis.yml
parent5dfad9401e33215e4bf35bea41f233b00b048db6 (diff)
Remove coveralls setup from codebase fixes #7391
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 3445a47b1e..dcb5e071b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,11 +93,7 @@ install:
before_script:
- ./tests/travis/install_mysql_5.6.sh
- - if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
- then composer require satooshi/php-coveralls dev-master;
- else
- phpenv config-rm xdebug.ini;
- fi
+ phpenv config-rm xdebug.ini;
# add always_populate_raw_post_data=-1 to php.ini
- echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
@@ -152,10 +148,6 @@ after_script:
# change directory back to root travis dir
- cd $PIWIK_ROOT_DIR
- - if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
- then php vendor/bin/coveralls -v;
- fi
-
# output contents of files w/ debugging info to screen
- cat /var/log/nginx/error.log
- cat $PIWIK_ROOT_DIR/tmp/php-fpm.log