mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
travis: Use apt-get instead apt
It appears 'apt' is no longer available and the official documentation only mentions apt-get.
This commit is contained in:
parent
68e14bd897
commit
346a86dae0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ before_install:
|
||||||
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
|
- wget https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
|
||||||
- unzip -q gradle-${GRADLE_VERSION}-all.zip
|
- unzip -q gradle-${GRADLE_VERSION}-all.zip
|
||||||
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"
|
- export PATH="$(pwd)/gradle-${GRADLE_VERSION}/bin:$PATH"
|
||||||
- sudo apt install graphviz
|
- sudo apt-get install graphviz
|
||||||
|
|
||||||
install: gradle assemble --stacktrace
|
install: gradle assemble --stacktrace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue