We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0f1e3 commit 5612316Copy full SHA for 5612316
.travis.yml
@@ -41,7 +41,7 @@ before_install:
41
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/3608515 | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
42
- unzip -d ${UTPLSQL_V2_DIR} -q utplsql-2-3-1.zip
43
# download utPLSQL-cli
44
- - curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-201707220325.zip
+ - curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-201707220321.zip
45
- unzip -q utPLSQL-cli.zip
46
# download Oracle XE installer for Travis
47
- .travis/oracle/download.sh
0 commit comments