Skip to content

Commit

Permalink
Merge 0fda926 into 5e0ca75
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Jun 14, 2019
2 parents 5e0ca75 + 0fda926 commit 2711d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ before_install:
install:
- ./mvnw install -Dinvoker.skip=true -DskipTests=true -B -V
script:
- ./mvnw package sonar:sonar -Prun-coverage -B
- ./mvnw package -Prun-coverage -B
after_success:
- "[[ ${TRAVIS_BRANCH} == 'master' ]] && ./mvnw sonar:sonar -B"
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && ./mvnw deploy -Dinvoker.skip=true -DskipTests --settings etc/deploy-settings.xml"
- ./mvnw verify coveralls:report -Dinvoker.skip=true -Prun-coverage
env:
Expand Down

0 comments on commit 2711d0e

Please sign in to comment.