summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2017-08-09 21:51:16 -0700
committerAntonin Descampe <antonin@gmail.com>2017-08-09 21:51:16 -0700
commit07c2fe28b0ef3dc9f168f2b2c449275ac1dde981 (patch)
treee119f0b79919217bd918a8b239d8524620484d2b /tools
parentc5987173c5ca2d6fb140dd84d7ae7736824e6d66 (diff)
Comment back previous version in abi-check.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/abi-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh
index ff1808b8..34c0d314 100755
--- a/tools/travis-ci/abi-check.sh
+++ b/tools/travis-ci/abi-check.sh
@@ -24,7 +24,7 @@ if [ "${OPJ_CI_CXX:-}" != "" ]; then
fi
OPJ_UPLOAD_ABI_REPORT=0
-OPJ_PREVIOUS_VERSION="2.1.2"
+#OPJ_PREVIOUS_VERSION="2.1.2"
OPJ_LATEST_VERSION="2.2.0"
if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then
OPJ_LIMIT_ABI_BUILDS="-limit 3"