File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ before_install:
6969 # - curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
7070 - git clone --depth=1 --branch=develop https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
7171 # download utPLSQL-cli develop
72- - curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-201706191645 .zip
72+ - curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-test1 .zip
7373
7474install :
7575 # - unzip utPLSQL.zip
76- - unzip utPLSQL-cli.zip
76+ - unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
7777 - pip install mkdocs
7878 - bash .travis/install_sqlcl.sh
7979 - sudo mkdir -p /dev/pdbs
You can’t perform that action at this time.
0 commit comments