Skip to content

Commit

Permalink
Issue checkstyle#11747: Migrate codenarc to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyom-Yadav committed Oct 28, 2022
1 parent 6704023 commit adc3668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cache:
addons:
apt:
packages:
- groovy
- xsltproc
- xmlstarlet

Expand Down Expand Up @@ -43,6 +44,11 @@ jobs:
- USE_MAVEN_REPO="true"
- CMD="./.ci/travis.sh jacoco"

- jdk: openjdk11
env:
- DESC="codenarc analysis"
- CMD="./.ci/codenarc.sh"

# Ensure that all modules are used in no exception configs
- env:
- DESC="ensure that all modules are used in no exception configs"
Expand Down

0 comments on commit adc3668

Please sign in to comment.