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 2397663 commit 4c12299Copy full SHA for 4c12299
.travis.yml
@@ -2,9 +2,8 @@ language: java
2
sudo: false # faster builds
3
env:
4
global:
5
- - CODECOV_URL=https://codecov-staging.herokuapp.com
6
- CODECOV_ENV=EXAMPLE
7
- EXAMPLE=Hello+World
8
9
after_success:
10
- - bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments