Skip to content

Commit

Permalink
[LI-HOTFIX] debug travis publish
Browse files Browse the repository at this point in the history
TICKET =
LI_DESCRIPTION =
EXIT_CRITERIA = MANUAL ["describe exit criteria"]
  • Loading branch information
xiowu0 committed Aug 24, 2019
1 parent ac0e350 commit 197e208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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$

0 comments on commit 197e208

Please sign in to comment.