Skip to content

Commit b53a9f0

Browse files
authored
Update .travis.yml
remove codecov
1 parent aa46e52 commit b53a9f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ git:
3434
#script:
3535
# - julia -e 'Pkg.clone(pwd()); Pkg.build("CommunityDetection"); Pkg.test("CommunityDetection"; coverage=true)'
3636
after_success:
37-
# push coverage results to Coveralls
38-
- julia -e 'cd(Pkg.dir("CommunityDetection")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
3937
# push coverage results to Codecov
4038
- julia -e 'cd(Pkg.dir("CommunityDetection")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)