travis: Install graphviz

This commit is contained in:
Florian Schmaus 2019-02-05 18:39:51 +01:00
parent f86eabfefe
commit b17539cc41
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ 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 install graphviz
install: gradle assemble --stacktrace
script: gradle check --stacktrace