Skip to content

Commit

Permalink
HAWKULAR-1026 unshallow the git clone so that license plugin stopps f…
Browse files Browse the repository at this point in the history
…lagging files that have not changed
  • Loading branch information
ppalaga committed Feb 15, 2016
1 parent a71c453 commit 33ee3f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ notifications:
on_success: change
install:
- mvn -version -B
# unshallow is needed by license-maven-plugin
- git fetch origin --unshallow
script:
- mvn -s .travis.maven.settings.xml verify -Denv=perf
- mvn -s .travis.maven.settings.xml verify -Pitest
Expand Down

0 comments on commit 33ee3f8

Please sign in to comment.