We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441d226 commit b1dc53bCopy full SHA for b1dc53b
1 file changed
.travis.yml
@@ -11,3 +11,6 @@ cache:
11
12
script:
13
- mvn clean test -Pjacoco coveralls:report
14
+
15
+after_success:
16
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments