Skip to content

Commit

Permalink
Merge pull request #456 from ppalaga/HAWKULAR-1026
Browse files Browse the repository at this point in the history
HAWKULAR-1026 unshallow the git clone so that license plugin stopps flagging fil
  • Loading branch information
tsegismont committed Feb 16, 2016
2 parents 240049d + 9e40633 commit 5ff1c02
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 @@ -42,6 +42,8 @@ before_install:
- cp .travis.maven.settings.xml $HOME/.m2/settings.xml
install:
- mvn -version -B
# unshallow is needed by license-maven-plugin
- git fetch origin --unshallow
script:
- mvn verify -Dtest.logging.console.level=INFO -Dwildfly.logging.console.level=INFO -Djboss-as.logging.console.level=INFO -Dterminal-event.timeout=25 -Dtravis -B
after_failure: bash .travis.diagnose.sh
Expand Down

0 comments on commit 5ff1c02

Please sign in to comment.