We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dddc34 commit 6a26896Copy full SHA for 6a26896
1 file changed
.travis.yml
@@ -1,5 +1,9 @@
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
7
8
after_success:
9
- bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)
0 commit comments