Skip to content

Commit d494deb

Browse files
authored
libcurl4-openssl-dev to avoid SSL errors in tests
Same as done at github/choosealicense.com#540
1 parent 5b61fd1 commit d494deb

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)