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--.travis.yml2
-rw-r--r--core/API/Inconsistencies.php1
2 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a245dd6c65..cd4431bcf5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -170,6 +170,8 @@ cache:
directories:
- "travis_phantomjs"
+
+
notifications:
slack:
rooms:
diff --git a/core/API/Inconsistencies.php b/core/API/Inconsistencies.php
index 36c85bb994..df52f730e3 100644
--- a/core/API/Inconsistencies.php
+++ b/core/API/Inconsistencies.php
@@ -31,6 +31,7 @@ class Inconsistencies
return array(
'bounce_rate',
'conversion_rate',
+ 'abandoned_rate',
'interaction_rate',
'exit_rate',
'bounce_rate_returning',