Skip to content

Commit 0f02fdb

Browse files
committed
Adding on all_branches for coverage reports
1 parent 28e2ef1 commit 0f02fdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ deploy:
2020
tags: true
2121
- provider: script
2222
script: mvn package com.gavinmogan:codacy-maven-plugin:coverage -DcoverageReportFile=target/site/jacoco/jacoco.xml -DprojectToken=$CODACY_PROJECT_TOKEN -DapiToken=$CODACY_API_TOKEN
23+
on:
24+
all_branches: true
2325

2426
notifications:
2527
slack: evoco:HMLAFFFsZHDFu6xBw0OyXZrp

0 commit comments

Comments
 (0)