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:
-rw-r--r--core/Version.php2
-rw-r--r--tests/README.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 31dde1908c..5bc35001f2 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -22,5 +22,5 @@ final class Version
* Current Piwik version
* @var string
*/
- const VERSION = '2.0-a4';
+ const VERSION = '2.0-a5';
}
diff --git a/tests/README.md b/tests/README.md
index 9798c352b9..f09999d9a3 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -157,6 +157,12 @@ will need xvfb to do so. On Ubuntu, you can install xvfb with:
$ sudo apt-get install xvfb
+To render the app & generate exact same screenshots as Travis, installing fonts may be useful. On Ubuntu:
+ $ sudo apt-get install msttcorefonts
+Removing this font helped:
+ $ sudo apt-get remove ttf-bitstream-vera
+
+
**Running Tests**
Unfortunately, since different machines result in different screenshots, there is no expected