Skip to content

Commit 4489923

Browse files
author
Omari Sopromadze
committed
Merge remote-tracking branch 'origin/development'
2 parents 97ac762 + 0df2813 commit 4489923

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.attach_pid5187

Whitespace-only changes.

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: java
2+
dist: trusty
3+
sudo: true
4+
addons:
5+
sonarcloud:
6+
organization: "coma123"
7+
token:
8+
secure: "6e2378f95e57a3e473bf52cdffd4971cdf23073f" # encrypted value of your token
9+
10+
script:
11+
# the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis
12+
- 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

sonarcommand.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)