From fe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Aug 2018 13:33:01 +0200 Subject: Implement bdep-ci command --- tests/publish.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/publish.test b/tests/publish.test index 63faf9c..4756abc 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -8,7 +8,7 @@ # then the default 2.1.0 (see bdep/publish.cxx for details). # +if! ($git_version_major > 2 || \ - $git_version_major == 2 && $git_version_minor >= 12) + $git_version_major == 2 && $git_version_minor >= 11) exit end -- cgit v1.1