diff --git a/.travis.yml b/.travis.yml index 661b2e428..74d484d89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ addons: branches: - develop - master - - feature/using_released_to_test_develop services: - docker @@ -67,7 +66,7 @@ before_install: - git remote add origin https://${github_api_token}@github.com/${UTPLSQL_REPO} # download latest utPLSQL release #- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g') - - git clone --depth=1 --branch=develop https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR + - git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR # download utPLSQL-cli develop - curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-test3.zip