Skip to content

Commit

Permalink
Issue checkstyle#8864: test .ci/validation.cmd with invalid option
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov committed Oct 1, 2020
1 parent 1973d56 commit 7553dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Expand Up @@ -35,6 +35,7 @@ task:
C:/ProgramData/chocolatey/lib/maven/apache-maven-%MAVEN_VERSION%/bin;\
C:/ProgramData/chocolatey/bin"
install_script:
- ci/.ci/validation.cmd NO_SUCH_COMMAND
- choco config set cacheLocation %CIRRUS_WORKING_DIR%/.chocolatey
- choco upgrade -y chocolatey
- choco install -y ant
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -9,6 +9,7 @@ branches:
except:
- gh-pages
install:
- cmd: .ci/validation.cmd NO_SUCH_COMMAND
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven\apache-maven-3.2.5" )) {
Expand Down

0 comments on commit 7553dde

Please sign in to comment.