Skip to content

Commit 6a4dc4d

Browse files
committedMay 9, 2019
build: silent install

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs: # a collection of steps
8585

8686
- run:
8787
name: graphviz for dot diagrams
88-
command: sudo apt-get install graphviz
88+
command: sudo apt-get -qq -y install graphviz
8989

9090
- run:
9191
name: generate PDF

‎book/config

0 commit comments

Comments
 (0)
Please sign in to comment.