We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baec9c commit 4aa9bbdCopy full SHA for 4aa9bbd
.travis.yml
@@ -3,4 +3,6 @@ sudo: false
3
install:
4
- mvn install -DskipTests -Dgpg.skip
5
script:
6
- - mvn test -Dpgp.skip-true
+ - mvn test -Dpgp.skip-true
7
+after_success:
8
+ - bash <(curl -s https://codecov.io/bash)
README.md
@@ -1,4 +1,4 @@
1
-[](https://travis-ci.com/mercadopago/dx-java)
+[](https://travis-ci.org/mercadopago/dx-java)
2
# MercadoPago SDK for Java
0 commit comments