Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
Updated sqlcl version used for tests to version 18.2
  • Loading branch information
Pazus committed Jul 27, 2018
commit 55ecb5c7542a0e4d4a9820d26b8da056aa02a03e
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