Skip to content

Commit

Permalink
remove temporary workaround for package MbedTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
steenpass committed May 20, 2019
1 parent 162de81 commit a7cb95a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ after_success:
using Pkg;
import PrymGreen;
cd(realpath(joinpath(dirname(pathof(PrymGreen)), "..")));
@info "temporary workaround for\n"
* "https://github.com/JuliaWeb/MbedTLS.jl/issues/193";
Pkg.add(PackageSpec(name = "MbedTLS", version = "0.6.6"));
Pkg.add("Coverage");
using Coverage;
Coveralls.submit(Coveralls.process_folder());
Expand Down

0 comments on commit a7cb95a

Please sign in to comment.