Skip to content

Commit

Permalink
removing unnecessary stage in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
catalry committed Sep 9, 2019
1 parent 230f776 commit 74ee669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
include:
- stage: Tests
script:
- mvn clean test -Denvironment=oss
- mvn clean package -Denvironment=oss
- sonar-scanner
- stage: Deployment
script:
- mvn clean install -Dmaven.test.skip=true -Denvironment=oss
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sonar.java.binaries=target/classes/

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

0 comments on commit 74ee669

Please sign in to comment.