Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65a3de5

Browse files
committed
Added echo and removing task for debug
1 parent e8d26f8 commit 65a3de5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ before_script:
9292
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/run_examples.sh; fi
9393

9494
script:
95-
- if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
96-
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh; fi
9795
- if [[ ! $TRAVIS_TAG ]] && [[ ("${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" && "${TRAVIS_PULL_REQUEST}" == false) || ("${TRAVIS_PULL_REQUEST_SLUG}" = "${UTPLSQL_REPO}") ]]; then bash .travis/run_sonar_scanner.sh; fi
9896
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
9997

.travis/run_sonar_scanner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fi
5858
#Address issue : Could not find ref 'develop' in refs/heads or refs/remotes/origin
5959
git fetch --no-tags https://github.com/utPLSQL/utPLSQL.git +refs/heads/develop:refs/remotes/origin/develop
6060

61+
echo "Adding OJDBC Driver Path ${OJDBC_HOME}/ojdbc8.jar"
6162
add_sonar_property "${DB_URL_SONAR_PROPERTY}" "jdbc:oracle:thin:@${CONNECTION_STR}"
6263
add_sonar_property "${DB_DRIVER_PATH}" "${OJDBC_HOME}/ojdbc8.jar"
6364

0 commit comments

Comments
 (0)