Skip to content

Commit 5612316

Browse files
authored
Update .travis.yml
Fixed utplsql-cli version
1 parent 4e0f1e3 commit 5612316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_install:
4141
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/3608515 | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
4242
- unzip -d ${UTPLSQL_V2_DIR} -q utplsql-2-3-1.zip
4343
# 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
44+
- curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-201707220321.zip
4545
- unzip -q utPLSQL-cli.zip
4646
# download Oracle XE installer for Travis
4747
- .travis/oracle/download.sh

0 commit comments

Comments
 (0)