Skip to content

Commit 1e7fb6c

Browse files
committed
Enable CheckStyle on AppVeyor
Reverses 1756c02 now that acegi-standard-project 0.0.3 is in use.
1 parent d73bb95 commit 1e7fb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
- pip install codecov
2020

2121
build_script:
22-
- mvn -V -B -Dcheckstyle.skip=true -e verify
22+
- mvn -V -B -e verify
2323
- codecov -X gcov -f target/site/jacoco/jacoco.xml
2424

2525
notifications:

0 commit comments

Comments
 (0)