Skip to content

Commit b62b8f8

Browse files
author
KDr2
committed
remove coverage until JuliaLang/MbedTLS.jl#193 fixed
see: JuliaLang/MbedTLS.jl#193
1 parent 021b6ad commit b62b8f8

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
@@ -54,4 +54,4 @@ jobs:
5454
script:
5555
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
5656
- julia -e 'using Pkg; Pkg.clone(pwd(), "Libtask"); Pkg.build("Libtask"); Pkg.test("Libtask"; coverage=true)'
57-
- julia -e 'using Pkg; cd(Pkg.dir("Libtask")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
57+
# - julia -e 'using Pkg; cd(Pkg.dir("Libtask")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 commit comments

Comments
 (0)