travis: Use apt addon to install graphviz

This commit is contained in:
Florian Schmaus 2019-07-22 08:47:37 +02:00
parent 95c73f51b1
commit 2ac452fe1e
1 changed files with 2 additions and 1 deletions

View File

@ -22,11 +22,12 @@ before_install:
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
- unzip -q gradle-${GRADLE_VERSION}-all.zip
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"
- sudo apt-get install graphviz
addons:
apt:
update: true
packages:
- graphviz
install: gradle assemble --stacktrace