Comment back opj_previous_version in abi_check.sh
authorAntonin Descampe <antonin@gmail.com>
Tue, 2 Apr 2019 13:37:38 +0000 (15:37 +0200)
committerAntonin Descampe <antonin@gmail.com>
Tue, 2 Apr 2019 13:37:38 +0000 (15:37 +0200)
tools/travis-ci/abi-check.sh

index 770e1bb381e823ba472cf19c270801fb9a5e0202..f86c7028e079af5e2990426429a59eb89d49302f 100755 (executable)
@@ -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"