minor: line folding style for long command

This commit is contained in:
Roman Ivanov 2015-10-12 06:37:11 -07:00
parent 1d1a46a97a
commit a976d477ee
1 changed files with 11 additions and 1 deletions

View File

@ -225,7 +225,17 @@ 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 -DskipTests -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true -Dcheckstyle.ant.skip=true ; 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: