mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-10 18:15:58 +01:00
travis: Use apt addon to install graphviz
This commit is contained in:
parent
95c73f51b1
commit
2ac452fe1e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue