From 13bf56779dcac65bd45db3f4b5d2441e03e61ad2 Mon Sep 17 00:00:00 2001 From: Yassine El Houm Date: Thu, 20 May 2021 18:36:47 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7397abbf..c567a7bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,12 @@ jdk: - openjdk10 - openjdk11 sudo: false +addons: + sonarcloud: + organization: "ebadmail" + token: + secure: "6c1618db8398071b3476e69d7f93423ef5478554" # encrypted value of your token + +script: + # the following command line builds the project, runs the tests with coverage and then execute the SonarCloud analysis + - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar