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:
authorsgiehl <stefan@piwik.org>2014-10-11 23:34:43 +0400
committersgiehl <stefan@piwik.org>2014-10-11 23:34:43 +0400
commitda983a155ed2994977adae9914649d6c8dfdf423 (patch)
treee25e85d454c949aee17c51f745201cbf8a4655f6 /.travis.yml
parent713cd8959841d8b71c47dc3e0ebf9bdbea32b702 (diff)
some more adjustments for plugin coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c9bab7c308..1c2c5db858 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -163,7 +163,7 @@ before_script:
after_script:
# change directory back to root travis dir
- - cd $TRAVIS_BUILD_DIR
+ - cd $PIWIK_ROOT_DIR
- if [ -z "$TEST_SUITE" ];
then php vendor/bin/coveralls -v;
@@ -176,7 +176,6 @@ after_script:
- cat $PIWIK_ROOT_DIR/config/config.ini.php
# upload test artifacts (for debugging travis failures)
- - cd $PIWIK_ROOT_DIR
- ./tests/travis/upload_artifacts.sh
after_success: