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:
authorMatthieu Aubry <matt@piwik.org>2014-09-17 04:40:23 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-17 04:40:23 +0400
commitaac07f9edbaeea8266783e278e6a5c6ac228501d (patch)
treed6ec7b1a88d2c94d2eafd9d65515278dc37962d6 /tests/README.md
parent57111ad20ac8702071b29cf852eab31bba07a3ba (diff)
re-order section
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/README.md b/tests/README.md
index 32f4da46dc..09774160e6 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -120,15 +120,17 @@ See [tests/README.testing-data.md](https://github.com/piwik/piwik/blob/master/te
See [tests/README.screenshots.md](https://github.com/piwik/piwik/blob/master/tests/README.screenshots.md)
## Build artifacts
+
+### Download build artifacts for any recent commit
+
+You can retrieve the files generated during the build (the build artifacts) at [builds-artifacts.piwik.org](http://builds-artifacts.piwik.org/)
+
### Test logs on CI
By default tests running on Travis CI will log all messages of at least `INFO` level in `$PIWIK_ROOT_DIR/tmp/logs/piwik.log`. In a given travis build output, you can view the logs by clicking on the line `$ cat $PIWIK_ROOT_DIR/tmp/logs/piwik.log` at the end of the build output text.
Note: `DEBUG` and `VERBOSE` messages are not logged by default (to keep Travis page loading fast). At any time you can temporarirly enable logging by [modifying this file](https://github.com/piwik/piwik/blob/master/tests/PHPUnit/config.ini.travis.php#L23-27) and changing `log_level = info` to `log_level = debug` or `log_level = verbose`.
-### Build artifacts
-
-You can retrieve the files generated during the build (the build artifacts) at [builds-artifacts.piwik.org](http://builds-artifacts.piwik.org/)
### Screenshot tests build artifacts