Skip to content

Commit

Permalink
workaround broken mbedtls...
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 25, 2019
1 parent e551991 commit c68ec83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ addons:
packages:
- gcc-7
- g++-7
before_script:
- julia -e 'using Pkg;
Pkg.add(PackageSpec(name="MbedTLS", version="0.6.6"));
Pkg.pin(PackageSpec(name="MbedTLS", version="0.6.6"));'

0 comments on commit c68ec83

Please sign in to comment.