Skip to content

Commit

Permalink
Get libcurl to use openssl instead of gnutls on Travis
Browse files Browse the repository at this point in the history
We've moved the site to HTTPS today and now the build is failing, for example:

    *  External link http://[secure]rence.org/spa2016 failed: 301 SSL connect error

This fix is recommended on the htmlproofer wiki [1], following on from
gjtorikian/html-proofer#376.

[1]: https://github.com/gjtorikian/html-proofer/wiki/Using-HTMLProofer-From-Ruby-and-Travis
  • Loading branch information
jennyd committed Nov 29, 2017
1 parent f9a7bf7 commit 01caffa
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 @@ -21,3 +21,7 @@ deploy:
skip_cleanup: true
on:
branch: master
addons:
apt:
packages:
- libcurl4-openssl-dev # required to avoid SSL errors

0 comments on commit 01caffa

Please sign in to comment.