From d0dd894ae24d0f2f09072adf1b966033dd64672d Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Tue, 2 Apr 2019 15:37:38 +0200 Subject: [PATCH] Comment back opj_previous_version in abi_check.sh --- tools/travis-ci/abi-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index 770e1bb3..f86c7028 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.3.0" +#OPJ_PREVIOUS_VERSION="2.3.0" OPJ_LATEST_VERSION="2.3.1" if [ "${OPJ_PREVIOUS_VERSION:-}" != "" ]; then OPJ_LIMIT_ABI_BUILDS="-limit 3"