From 6e82054ed1ee6492ab8c3f151a61ab9bd7712255 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 10 Oct 2015 19:06:27 -0700 Subject: Issue #2167: skip all analysers during deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3