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