Skip to content

Commit 21829da

Browse files
committed
Install Graphviz on Travis.
1 parent 3ad4b8b commit 21829da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ php:
1313
- 7.2
1414
- 7.3
1515

16+
before_install:
17+
- sudo apt-get install -y graphviz
18+
1619
install:
1720
- composer install
1821

0 commit comments

Comments
 (0)