Skip to content

Commit 0917590

Browse files
author
Mark Robinson
committed
Add GraphViz dependency install to travis config
1 parent e306480 commit 0917590

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ dist: trusty
44
language: java
55

66
services: mongodb
7+
8+
before_install:
9+
- sudo apt-get -qq update
10+
- sudo apt-get install graphviz

0 commit comments

Comments
 (0)