From 55ecb5c7542a0e4d4a9820d26b8da056aa02a03e Mon Sep 17 00:00:00 2001 From: Pazus Date: Fri, 27 Jul 2018 08:32:05 +0300 Subject: [PATCH] Updated sqlcl version used for tests to version 18.2 --- .travis/download.sh | 4 ++-- .travis/install_sqlcl.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis/download.sh b/.travis/download.sh index 096496aa0..d7f0b7d0f 100644 --- a/.travis/download.sh +++ b/.travis/download.sh @@ -60,8 +60,8 @@ fi if [ "$PRODUCT" == "sqlcl" ]; then agreementUrl="http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html" - downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-4.2.0.17.073.1038-no-jre.zip" - outputFile=sqlcl-4.2.0.17.073.1038-no-jre.zip + downloadUrl="http://download.oracle.com/otn/java/sqldeveloper/sqlcl-18.2.0.zip" + outputFile=sqlcl-18.2.0.zip downloadFile $agreementUrl $downloadUrl $outputFile exit 0 fi diff --git a/.travis/install_sqlcl.sh b/.travis/install_sqlcl.sh index e3f144540..9db262c5d 100644 --- a/.travis/install_sqlcl.sh +++ b/.travis/install_sqlcl.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -SQLCL_FILE=sqlcl-4.2.0.17.073.1038-no-jre.zip +SQLCL_FILE=sqlcl-18.2.0.zip cd .travis # Download if not present on cache dir.