From c6e05b3af1b1ff934b4924940d10afd965a61cf5 Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Mon, 30 Jun 2014 14:52:20 +0200
Subject: [PATCH] next test

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

diff --git a/tests/travis/initiate_ui_tests.sh b/tests/travis/initiate_ui_tests.sh
index 3f9f1ba8c0..ec4fc233b0 100755
--- a/tests/travis/initiate_ui_tests.sh
+++ b/tests/travis/initiate_ui_tests.sh
@@ -22,7 +22,7 @@ git config --global user.email "hello@piwik.org"
 git config --global user.name "Piwik Automation"
 
 UI_BRANCH=`git rev-parse --abbrev-ref HEAD`
-git checkout $UI_BRANCH
+git checkout piwik_commit.txt expected specs
 git pull origin $UI_BRANCH
 
 echo "$TRAVIS_COMMIT
-- 
GitLab