1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-25 21:14:51 +02:00

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

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