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 75e5226
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -50,6 +51,9 @@ jobs:
- CMD2="./.ci/validation.sh verify-no-exception-configs"
- CMD="$CMD1 && $CMD2"

before_script:
- groovy --version

script:
# manually set JAVA_HOME to overcome issue with travis ci noted at
# https://github.com/checkstyle/checkstyle/pull/11699#issue-1261272652
Expand All @@ -58,6 +62,7 @@ script:
- ./.ci/travis.sh run-command "$CMD"
# - ./.ci/travis.sh remove-custom-mvn
# - ./.ci/travis.sh remove-adoptium-jdk
- ./.ci/codenarc.sh
- ./.ci/validation.sh git-diff
- ./.ci/travis.sh ci-temp-check

Expand Down

0 comments on commit 75e5226

Please sign in to comment.