Skip to content

Commit 0df2813

Browse files
authored
Update .travis.yml
1 parent fd2f5ea commit 0df2813

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: java
22
dist: trusty
3+
sudo: true
34
addons:
45
sonarcloud:
56
organization: "coma123"
@@ -9,3 +10,6 @@ addons:
910
script:
1011
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
1112
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.projectKey=coma123_Spring-Boot-Blog-REST-API
13+
14+
before_install:
15+
- chmod +x mvnw

0 commit comments

Comments
 (0)