Skip to content

Commit 74ee669

Browse files
committed
removing unnecessary stage in travis
1 parent 230f776 commit 74ee669

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ jobs:
3030
include:
3131
- stage: Tests
3232
script:
33-
- mvn clean test -Denvironment=oss
33+
- mvn clean package -Denvironment=oss
3434
- sonar-scanner
35-
- stage: Deployment
36-
script:
37-
- mvn clean install -Dmaven.test.skip=true -Denvironment=oss

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ sonar.java.binaries=target/classes/
1111

1212
sonar.exclusions=**/*.pdf,**/*.css,**/*.svg,**/*.png,**/*.gif,**/EC/*
1313
sonar.scm.provider=git
14-
sonar.jacoco.reportPaths=target/jacoco.exec
14+
sonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)