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 22:42:26 +0400
committersgiehl <stefan@piwik.org>2014-10-11 22:42:26 +0400
commit925ec033f79810de79821485df5165ca201b9b19 (patch)
tree2bae0673bf31ffa8e3f8aba67a2c0a980be37882 /.travis.yml
parentc16a6c17c20991f273dbd2749f8d982fc9053315 (diff)
small change to travis.yml for plugin code coverage
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 1c2c5db858..c9bab7c308 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -163,7 +163,7 @@ before_script:
after_script:
# change directory back to root travis dir
- - cd $PIWIK_ROOT_DIR
+ - cd $TRAVIS_BUILD_DIR
- if [ -z "$TEST_SUITE" ];
then php vendor/bin/coveralls -v;
@@ -176,6 +176,7 @@ 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: