Skip to content

Commit

Permalink
libcurl4-openssl-dev to maybe avoid SSL errors in tests?
Browse files Browse the repository at this point in the history
errors like #539 (comment)

possible fix found at gjtorikian/html-proofer#376 (comment)
  • Loading branch information
mlinksva authored Oct 4, 2017
1 parent c400867 commit b1baa06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ language: ruby
rvm:
- 2.4.0

addons:
apt:
packages:
- libcurl4-openssl-dev

branches:
only:
- gh-pages
Expand Down

0 comments on commit b1baa06

Please sign in to comment.