1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22:05 +01:00

travis: Update the Ubuntu repositories

This commit is contained in:
Florian Schmaus 2019-07-19 20:34:27 +02:00
parent fcb95bf549
commit 8c69048be3

View file

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