Skip to content

Commit 595bed3

Browse files
author
Vladimir Kotal
committed
add after_success
1 parent 54199cd commit 595bed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ env:
4141
#
4242
script: "mvn -B -V verify"
4343

44+
after_success:
45+
- mvn clean test jacoco:report coveralls:report
46+
4447
addons:
4548
coverity_scan:
4649
project:

0 commit comments

Comments
 (0)