Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit cefd835

Browse files
committed
Revert "Updated after_success to codecov"
This reverts commit 587fcb1 Signed-off-by: Winarto Zhao <[email protected]>
1 parent ef50202 commit cefd835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ env:
1111
script:
1212
- "travis_wait 30 ./gradlew clean buildAll uploadArchivesAll testScoverage reportScoverage --no-daemon --stacktrace --no-build-cache"
1313
after_success:
14-
- codecov
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)