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 8a8e15d commit 9ac4cbaCopy full SHA for 9ac4cba
.travis.yml
@@ -1,8 +1,5 @@
1
language: java
2
sudo: false # faster builds
3
4
-before_install:
5
- - pip install --user codecov
6
-
7
after_success:
8
- - codecov
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments