Skip to content

Commit

Permalink
Add 'git fetch --unshallow'
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Mar 29, 2018
1 parent 2099c61 commit e1ddd74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -euo pipefail

git fetch --unshallow

mvn -B clean install -Pits -Dsonar.runtimeVersion=$SQ_VERSION

if [ "$SQ_VERSION" == "LTS" ]; then
Expand Down

0 comments on commit e1ddd74

Please sign in to comment.