change travis.yml

This commit is contained in:
PEDSF 2020-12-19 17:32:36 +01:00
parent dbbd314f6b
commit 1a14e3a976
2 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@ before_install:
jobs:
include:
- stage: javaformat
script: ./mvnw clean spring-javaformat:apply
script: ./mvnw spring-javaformat:apply
- stage: test
script: ./mvnw test
script: ./mvnw clean test
- stage: verify
script: ./mvnw verify
- stage: sonar

View file

@ -109,7 +109,7 @@ public class UserController extends WebSocketSender {
"Your attempt to create new account. To confirm your account, please click here : ",
CommonEndPoint.PETCLINIC_CONFIRM_ACCOUNT + credential.getToken());
// emailService.sendMailAsynch(message, Locale.getDefault());
emailService.sendMailAsynch(message, Locale.getDefault());
log.info(message.toString());