Install GraphViz as a CI dependency

This commit is contained in:
Diomidis Spinellis 2018-10-24 12:52:55 +03:00
parent cb77d617e9
commit 70a7580e2c
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
language: java language: java
addons:
apt:
packages:
- graphviz
install: ant install: ant
script: ant test script: ant test