Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit f5ffbbf

Browse files
authored
Fixed "Error installing ‘oraclejdk8'"
1 parent c305091 commit f5ffbbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: java
2+
dist: trusty
23
git:
34
depth: false # "Shallow clone detected during the analysis"
45
matrix:
@@ -25,4 +26,4 @@ after_success:
2526
"-Dsonar.host.url=$SONAR_URL" \
2627
"-Dsonar.login=$SONAR_TOKEN" \
2728
"-Dsonar.cpd.exclusions=**/OkHttp*.java" \
28-
"-Dsonar.exclusions=**/*.xml" || echo 'Skipping Sonar execution'
29+
"-Dsonar.exclusions=**/*.xml" || echo 'Skipping Sonar execution'

0 commit comments

Comments
 (0)