Skip to content

Commit 4c12299

Browse files
committed
Update .travis.yml
1 parent 2397663 commit 4c12299

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: java
22
sudo: false # faster builds
33
env:
44
global:
5-
- CODECOV_URL=https://codecov-staging.herokuapp.com
65
- CODECOV_ENV=EXAMPLE
76
- EXAMPLE=Hello+World
87

98
after_success:
10-
- bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)
9+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)