Skip to content

Commit

Permalink
ci: make javadoc not spam us (googleapis#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
pongad committed Sep 18, 2018
1 parent fbf8715 commit e310f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
<<: *anchor_build
- run:
name: Run mvn javadoc goal
command: mvn javadoc:javadoc javadoc:test-javadoc
command: mvn -B -q javadoc:javadoc javadoc:test-javadoc

workflows:
version: 2
Expand Down

0 comments on commit e310f6d

Please sign in to comment.