File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: bb7e709474256914393b612c4780d3794a22133c
2+ refs/heads/master: b7ae636db8cc70ad74180fde7134657234b93afa
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: 1e525ea89a8c2133b947a8f1e3306079d006152d
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -221,6 +221,16 @@ jobs:
221221 - run :
222222 name : Run integration tests for google-cloud-translate
223223 command : ./utilities/verify_single_it.sh google-cloud-translate
224+ javadoc_test :
225+ working_directory : ~/googleapis
226+ << : *anchor_docker
227+ steps :
228+ - checkout
229+ - run :
230+ << : *anchor_build
231+ - run :
232+ name : Run mvn javadoc goal
233+ command : mvn javadoc:jar javadoc:test-jar
224234
225235workflows :
226236 version : 2
@@ -229,6 +239,7 @@ workflows:
229239 - openjdk_7
230240 - openjdk_8
231241 - mac_openjdk_8
242+ - javadoc_test
232243 - bigquery_it :
233244 filters :
234245 branches :
You can’t perform that action at this time.
0 commit comments