Skip to content

Commit

Permalink
Fixed "Error installing ‘oraclejdk8'"
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaufauvre authored Aug 4, 2019
1 parent 873d6c2 commit 8b4fe41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: java
dist: trusty
git:
depth: false # "Shallow clone detected during the analysis"
matrix:
Expand All @@ -24,4 +25,4 @@ after_success:
"-Dsonar.organization=$SONAR_ORGANIZATION_KEY" \
"-Dsonar.host.url=$SONAR_URL" \
"-Dsonar.login=$SONAR_TOKEN" \
"-Dsonar.exclusions=**/*.xml" || echo 'Skipping Sonar execution'
"-Dsonar.exclusions=**/*.xml" || echo 'Skipping Sonar execution'

0 comments on commit 8b4fe41

Please sign in to comment.