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 59e2108 commit 3cd71bcCopy full SHA for 3cd71bc
.travis.yml
@@ -1,8 +1,8 @@
1
language: java
2
3
script:
4
- - ./mvn test
5
- - ./mvn jacoco:report
+ - mvn test
+ - mvn jacoco:report
6
7
after_success:
8
- bash <(curl -s https://codecov.io/bash)
0 commit comments