install graphviz package

GraphViz requires the dot binary which should come with the graphviz operating system package

this should hopefully fix
! Configure failed for GraphViz-2.24. See /home/travis/.cpanm/work/1553436397.11520/build.log for details.
This commit is contained in:
nick n
2019-03-24 15:31:57 +01:00
committed by GitHub
parent 3e5e7d36cc
commit 47adf30cc4

View File

@@ -4,6 +4,7 @@ addons:
packages: packages:
- libsnmp-dev - libsnmp-dev
- phantomjs - phantomjs
- graphviz
hosts: hosts:
- localhost - localhost
branches: branches: