Skip to content

Commit 377c629

Browse files
authored
---
yaml --- r: 9309 b: refs/heads/master c: b7ae636 h: refs/heads/master i: 9307: 83335f7
1 parent 6be2b48 commit 377c629

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bb7e709474256914393b612c4780d3794a22133c
2+
refs/heads/master: b7ae636db8cc70ad74180fde7134657234b93afa
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 1e525ea89a8c2133b947a8f1e3306079d006152d
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

225235
workflows:
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:

0 commit comments

Comments
 (0)