From 8c69048be3f3f9580aec3e94afb54dfffd704703 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 19 Jul 2019 20:34:27 +0200 Subject: [PATCH] travis: Update the Ubuntu repositories --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 418e85dfc..e40e5b28d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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