Skip to content

Commit 4cd2382

Browse files
Fix publishing of options
1 parent 5b03076 commit 4cd2382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
- ant unit-tests-coverage
2222
- env: NAME='Create Javadoc'
2323
script:
24-
- ant javadoc
24+
- ant javadoc collect-options
2525
- env: NAME=Checkstyle
2626
script:
2727
- ant run-checkstyle -Dcheckstyle.output=plain && cat Checkstyle*.xml && [ $(cat Checkstyle*.xml | grep -vic audit) -eq 0 ]

0 commit comments

Comments
 (0)