Skip to content

Commit fc60bbe

Browse files
authored
Use codecov
I think jump-dev uses codecov and not coveralls; either way, coveralls is not working and codecov seems to.
1 parent 38e5fcc commit fc60bbe

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
@@ -1,4 +1,5 @@
11
language: julia
2+
codecov: true
23
os:
34
- linux
45
- osx
@@ -7,8 +8,6 @@ julia:
78
- 1.4
89
notifications:
910
email: false
10-
after_success:
11-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
1211
jobs:
1312
include:
1413
- name: "Benchmark"

0 commit comments

Comments
 (0)