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

Skip to content

Commit e27987b

Browse files
committed
Added unshallow option
1 parent 001daf4 commit e27987b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ cache:
6363
before_install:
6464
#The update_project_version.sh is done before deployment to validate that the change of project files does not break installation
6565
- bash .travis/update_project_version.sh
66+
#Allow for sonar to blame issues
67+
- git fetch --unshallow
6668
# download latest utPLSQL release
6769
#- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
6870
- git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR

0 commit comments

Comments
 (0)