Skip to content

Commit

Permalink
Temporarily disable Coveralls coverage submission
Browse files Browse the repository at this point in the history
Submitting coverage currently errors on Travis because
of:
JuliaLang/MbedTLS.jl#193

Skip this until this is fixed.
  • Loading branch information
anowacki committed Feb 7, 2019
1 parent 4c62e4d commit c58b61c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ matrix:
allow_failures:
- julia: nightly

coveralls: true
# Coverage submission currently broken due to
# https://github.com/JuliaWeb/MbedTLS.jl/issues/193
# coveralls: true

0 comments on commit c58b61c

Please sign in to comment.