Skip to content

Commit

Permalink
Merge 00ae655 into 3743b86
Browse files Browse the repository at this point in the history
  • Loading branch information
chanjarster committed Nov 14, 2019
2 parents 3743b86 + 00ae655 commit bd37a3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,12 @@

sudo: required

addons:
sonarcloud:
organization: "apache"
token:
secure: "f3NWLu++z+mkqTdwS3IyA+WTMl+rWnd1Oligpo5hBq0I+qlL57SgZd75ak6lRp8UTZLV54bRS7oEAnA2yv1ZLrX7+VuhsMxM8fc7T1xa09AQDwPmcpU45kKR2dWgNbUfdUoed3lZQA7yqsjg5id7tBmgUJsG+nAaFAiIGPGm6yLpaTSjceSQ5Z3VeC5L9S1G7Xyy3hzE1Fybmh6Py0QK92jlcFNLi5Ac0FbEtUbb+o6UR+RzzB+dB71D+5iaBOBg5QrGacGDdQavs1BSzw4byTo6Ci7cu+Ofw3nJpofoJL+qLPwE6ABW5vgBfxxUn1u6XkmQ9m02QfPx6nMPlhMqmoko6SZ8naA4KZjo+o29H0Cv39CSmqe+LoeKerXNColEM9OiMzbEja1I91AsO0KiIwQrLzQ1mqiDwa+hKSHgEKvnwtZBifu43AM5kLiBO/u/WXichhkUbn/nB9b0N+vMalv+F+HSp78wwGcFbMekJ2Dx1hH3m0mtnx2OP6FjLSW/AEMhaQmEwYLtN70jJUJ5QPCoA6XQL3RvHMHOEcRtddk4XPwteer7c/NXp34Vqbvb76AyRRotnyoNKTYVtGFsSSOxUiYRg1noUvTKC+VbSTtux65mebI/kzZ42TOJamS8slRPmfQWvN1SI7YsvLs7brWT4KV+2bTQpFJL5azSjtU=" # encrypted value of your token

cache:
directories:
- "$HOME/.m2"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Expand Up @@ -36,7 +36,7 @@ else
fi

echo "Running the unit tests and integration tests here!"
mvn clean install -Pjacoco coveralls:report
mvn clean install -Pjacoco coveralls:report sonar:sonar -Dsonar.projectKey=servicecomb-toolkit

if [ $? == 0 ]; then
echo "${green}Installation Success..${reset}"
Expand Down

0 comments on commit bd37a3c

Please sign in to comment.