From fd565cd7131c2733716402166c0d6a552474e5a8 Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Tue, 1 Jul 2014 01:10:17 +0200
Subject: [PATCH] display correct link to diff

---
 tests/PHPUnit/travis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index 6ad7d07c79..331b59f4e4 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -36,7 +36,7 @@ then
         then
             artifacts_folder="protected/ui-tests.master.$PLUGIN_NAME"
         else
-            artifacts_folder="ui-tests.master"
+            artifacts_folder="ui-tests.$TRAVIS_BRANCH"
         fi
 
         echo ""
-- 
GitLab