Skip to content

Commit

Permalink
config: disable checkstyle_regression_no_exception.sh in Travis till #…
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 2, 2019
1 parent 92416e0 commit dd45023
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ matrix:
- DESC="checkstyle regression no exception on latest commit"
- CMD="./.ci/travis/checkstyle_regression_no_exception.sh HEAD HEAD^"

# disabled till https://github.com/checkstyle/regression-tool/issues/101
# checkstyle regression no exception, changes to check (openjdk8)
- jdk: openjdk8
env:
- DESC="checkstyle regression no exception, changes to check"
- CMD="./.ci/travis/checkstyle_regression_no_exception.sh eae1de6 5df457c 8.11-SNAPSHOT"
#- jdk: openjdk8
# env:
# - DESC="checkstyle regression no exception, changes to check"
# - CMD="./.ci/travis/checkstyle_regression_no_exception.sh eae1de6 5df457c 8.11-SNAPSHOT"

script: eval $CMD

Expand Down

0 comments on commit dd45023

Please sign in to comment.