diff options
| author | Antonin Descampe <antonin@gmail.com> | 2019-04-02 15:37:38 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2019-04-02 15:37:38 +0200 |
| commit | d0dd894ae24d0f2f09072adf1b966033dd64672d (patch) | |
| tree | 783971c73487e01404991466afea8621c4b268c9 | |
| parent | 291e45bb045e63334729ad9a894595f8e1e2b2c7 (diff) | |
Comment back opj_previous_version in abi_check.sh
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
