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:
parent
fcb95bf549
commit
8c69048be3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue