Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Only perform SQ pass on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablissimo committed Feb 11, 2017
1 parent 1a5e2e6 commit 264bbb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,5 @@ addons:
- $(ls ./target/*.jar | tr "\n" ":")
target_paths: builds/$TRAVIS_BRANCH/$TRAVIS_BUILD_NUMBER
after_success:
- mvn clean test jacoco:report coveralls:report sonar:sonar -Dsonar.language=java -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_TOKEN
- mvn clean test jacoco:report coveralls:report
- test $TRAVIS_PULL_REQUEST = "false" && sonar:sonar -Dsonar.language=java -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_TOKEN

0 comments on commit 264bbb5

Please sign in to comment.