From d4f17b709de7bc9163c91c2f3a2a21e4903b4079 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 1 Dec 2016 14:14:09 +1300 Subject: Fix metric was not formatted (#10887) * Fix metric was not formatted This is PR for Piwik 3, see PR for Piwik 2 https://github.com/piwik/piwik/pull/10886/files In this case we had a plugin with conversion rate and abandoned rate. Only conversion rate got formatted (like 45%) when fetching a regular report where abandoned rate remained unformatted (like 0.55). * .travis.yml file is out of date, auto-updating .travis.yml file. * Update .travis.yml * .travis.yml file is out of date, auto-updating .travis.yml file. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') 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: -- cgit v1.2.3