From 02bb5973a8a147f201d6e2c77c0407c8c126b000 Mon Sep 17 00:00:00 2001 From: Pazus Date: Mon, 21 Aug 2017 10:00:05 +0300 Subject: [PATCH 1/2] Implemented testing branch substitution --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 661b2e428..7e81bac0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,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 From 74a868901d5ef1bbe56cd73d3a69fa2a21b24382 Mon Sep 17 00:00:00 2001 From: Jacek Date: Mon, 21 Aug 2017 08:35:47 +0100 Subject: [PATCH 2/2] Removed sonar build for feature branch. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e81bac0e..74d484d89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ addons: branches: - develop - master - - feature/using_released_to_test_develop services: - docker