From 50b219a410d5a6ece8d6e85a7232549c044c4c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 4 Sep 2018 12:48:06 +0200 Subject: [PATCH] [Travis] Set correct metarepo branch for 7.2 branch (#2435) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e005b5024d..26ad164a4c9 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "extra": { "_ci_branch-comment_": "Keep ci branch up-to-date with master or branch if on stable. ci is never on github but convention used for ci behat testing!", "_ezplatform_branch_for_behat_tests_comment_": "ezplatform branch to use to run Behat tests", - "_ezplatform_branch_for_behat_tests": "master", + "_ezplatform_branch_for_behat_tests": "2.2", "branch-alias": { "dev-master": "7.2.x-dev", "dev-tmp_ci_branch": "7.2.x-dev"