aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-24 13:33:01 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-25 13:38:41 +0300
commitfe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea (patch)
treeaf89684406dbb6b6f13bd74e9b09cf76eb6d6ebd /tests
parent5f85dd75c096b57a085737a8164099cb1ef19181 (diff)
Implement bdep-ci command
Diffstat (limited to 'tests')
-rw-r--r--tests/publish.test2
1 files changed, 1 insertions, 1 deletions
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