Skip to content

Commit 2397663

Browse files
committed
Update .travis.yml
1 parent 6a26896 commit 2397663

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: java
22
sudo: false # faster builds
33
env:
4-
- CODECOV_URL=https://codecov-staging.herokuapp.com
5-
- CODECOV_ENV=EXAMPLE
6-
- EXAMPLE=Hello+World
4+
global:
5+
- CODECOV_URL=https://codecov-staging.herokuapp.com
6+
- CODECOV_ENV=EXAMPLE
7+
- EXAMPLE=Hello+World
78

89
after_success:
910
- bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)

0 commit comments

Comments
 (0)