travis: Update the Ubuntu repositories

This commit is contained in:
Florian Schmaus 2019-07-19 20:34:27 +02:00
parent fcb95bf549
commit 8c69048be3
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ before_install:
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"
- sudo apt-get install graphviz
addons:
apt:
update: true
install: gradle assemble --stacktrace
# Run the test suite and also install the artifacts in the local maven