From 47adf30cc48c6b37875e20cd384a1b0ed48d3d69 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Sun, 24 Mar 2019 15:31:57 +0100 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 297e8260..93ef72d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ addons: packages: - libsnmp-dev - phantomjs + - graphviz hosts: - localhost branches: