Skip to content

Commit

Permalink
Skip IT when running SonarCloud report
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Jul 30, 2018
1 parent c85f00a commit f788ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
script:
- mvn --batch-mode clean verify -Pes-5x
- mvn --batch-mode clean verify -Poss
- "[[ ${TRAVIS_SECURE_ENV_VARS} == 'true' ]] && mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar"
- "[[ ${TRAVIS_SECURE_ENV_VARS} == 'true' ]] && mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -DskipIntegTests=true"
after_success:
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && mvn deploy -DskipTests --settings deploy-settings.xml"
cache:
Expand Down

0 comments on commit f788ca7

Please sign in to comment.