Skip to content

Commit b1baa06

Browse files
authored
libcurl4-openssl-dev to maybe avoid SSL errors in tests?
errors like #539 (comment) possible fix found at gjtorikian/html-proofer#376 (comment)
1 parent c400867 commit b1baa06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ language: ruby
77
rvm:
88
- 2.4.0
99

10+
addons:
11+
apt:
12+
packages:
13+
- libcurl4-openssl-dev
14+
1015
branches:
1116
only:
1217
- gh-pages

0 commit comments

Comments
 (0)