aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2015-10-10 19:06:27 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-10 19:06:27 -0700
commit6e82054ed1ee6492ab8c3f151a61ab9bd7712255 (patch)
treeed6dfcd293f27ea5eb030fac75e1881712e7a515 /.travis.yml
parent30afd8cb30d40a93f658eb69812e65f4ed61fc05 (diff)
downloadcheckstyle-6e82054ed1ee6492ab8c3f151a61ab9bd7712255.tar.gz
Issue #2167: skip all analysers during deploy
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c67ab67da..a1f57f8eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -225,7 +225,7 @@ script: eval $CMD
after_success:
- eval $COVERAGE_CMD
- - if [[ $TRAVIS_REPO_SLUG == 'checkstyle/checkstyle' && $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' && $DEPLOY == 'true' ]]; then mvn -s config/deploy-settings.xml deploy ; fi
+ - if [[ $TRAVIS_REPO_SLUG == 'checkstyle/checkstyle' && $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' && $DEPLOY == 'true' ]]; then mvn -s config/deploy-settings.xml deploy -DskipTests -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true -Dcheckstyle.ant.skip=true ; fi
cache:
directories: