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