Skip to content

Commit 35c97b3

Browse files
authored
Merge pull request github#448 from github/libcurl4-openssl-dev
libcurl4-openssl-dev to avoid SSL errors in tests
2 parents 5b61fd1 + d494deb commit 35c97b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ notifications:
1414
env:
1515
global:
1616
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
17+
addons:
18+
apt:
19+
packages:
20+
- libcurl4-openssl-dev
1721
cache:
1822
bundler: true
1923
directories:

0 commit comments

Comments
 (0)