Skip to content

Commit

Permalink
Issue checkstyle#10778: activate no-error hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Nov 13, 2021
1 parent 0187ebd commit 9c92d54
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@ jobs:
- 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"
- 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
Expand Down

0 comments on commit 9c92d54

Please sign in to comment.