Skip to content

Commit

Permalink
Issue #10778: disabled problem travis items until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Sep 5, 2021
1 parent 3117de8 commit 1245646
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,23 @@ jobs:
- CMD="$CMD1 && $CMD2"
- USE_MAVEN_REPO="true"

- jdk: openjdk8
env:
- DESC="NoErrorTest - Hibernate Search"
- CMD1="mvn -e --no-transfer-progress clean install -Pno-validations"
- CMD2="./.ci/wercker.sh no-error-hibernate-search"
- CMD="$CMD1 && $CMD2"
- USE_MAVEN_REPO="true"

- jdk: openjdk8
env:
- DESC="NoErrorTest - checkstyle's sevntu"
- CMD1="mvn -e --no-transfer-progress clean install -Pno-validations"
- CMD2="./.ci/wercker.sh no-error-checkstyles-sevntu"
- CMD="$CMD1 && $CMD2"
- USE_MAVEN_REPO="true"
# until https://github.com/checkstyle/checkstyle/issues/10778
# - jdk: openjdk8
# env:
# - DESC="NoErrorTest - Hibernate Search"
# - CMD1="mvn -e --no-transfer-progress clean install -Pno-validations"
# - CMD2="./.ci/wercker.sh no-error-hibernate-search"
# - CMD="$CMD1 && $CMD2"
# - USE_MAVEN_REPO="true"

# until https://github.com/sevntu-checkstyle/sevntu.checkstyle/pull/858
# - jdk: openjdk8
# env:
# - DESC="NoErrorTest - checkstyle's sevntu"
# - CMD1="mvn -e --no-transfer-progress clean install -Pno-validations"
# - CMD2="./.ci/wercker.sh no-error-checkstyles-sevntu"
# - CMD="$CMD1 && $CMD2"
# - USE_MAVEN_REPO="true"

- jdk: openjdk8
env:
Expand Down

0 comments on commit 1245646

Please sign in to comment.