From 197e208edbc166c4542fa1a6b14906b90edc0f24 Mon Sep 17 00:00:00 2001 From: Xiongqi Wesley Wu Date: Fri, 23 Aug 2019 17:24:16 -0700 Subject: [PATCH] [LI-HOTFIX] debug travis publish TICKET = LI_DESCRIPTION = EXIT_CRITERIA = MANUAL ["describe exit criteria"] --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c8fcf27058e9..ab910bc6c8af3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: true # Also excluded streams unitTest because they often fail with "pure virtual method called" error (KAFKA-3502). # TODO: re-enable these tests when the mentioned issues are resolved. script: - - ./gradlew clean compileJava compileScala compileTestJava compileTestScala checkstyleMain checkstyleTest spotbugsMain unitTest -x :streams:unitTest rat --no-daemon -PxmlFindBugsReport=true -PtestLoggingEvents=started,passed,skipped,failed + - ./gradlew clean compileJava compileScala compileTestJava compileTestScala -x :streams:unitTest --no-daemon -PxmlFindBugsReport=true -PtestLoggingEvents=started,passed,skipped,failed before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock @@ -45,4 +45,4 @@ deploy: on: tags: true all_branches: true - condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ + condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\.debug$