Skip to content

Updated sqlcl version used for tests to version 18.2 #738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis/install_sqlcl.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down