Skip to content

Commit fd540b9

Browse files
committed
Update travis.yml
1 parent 01b6427 commit fd540b9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ before_install:
88
- chmod +x .travis/prepare
99
- .travis/prepare
1010

11+
script:
12+
- mvn cobertura:cobertura
13+
14+
after_success:
15+
- bash <(curl -s https://codecov.io/bash)
16+
1117
before_deploy:
1218
- ls
1319
- chmod +x .travis/deploy
@@ -18,6 +24,11 @@ deploy:
1824
on:
1925
branch: master
2026

27+
after_deploy:
28+
- git config --global user.email "travis@travis-ci.org"
29+
- git config --global user.name "travis-ci"
30+
git clone --quiet
31+
2132
branches:
2233
only:
2334
- master

0 commit comments

Comments
 (0)