We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b6427 commit fd540b9Copy full SHA for fd540b9
1 file changed
.travis.yml
@@ -8,6 +8,12 @@ before_install:
8
- chmod +x .travis/prepare
9
- .travis/prepare
10
11
+script:
12
+- mvn cobertura:cobertura
13
+
14
+after_success:
15
+- bash <(curl -s https://codecov.io/bash)
16
17
before_deploy:
18
- ls
19
- chmod +x .travis/deploy
@@ -18,6 +24,11 @@ deploy:
24
on:
25
branch: master
20
26
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
21
32
branches:
22
33
only:
23
34
- master
0 commit comments