Try adding libcurl4-openssl-dev package

This commit is contained in:
Brandon Keepers
2018-04-14 12:13:32 -05:00
parent c9b90c9735
commit 6e322fe6f4

View File

@@ -3,6 +3,10 @@ script: "./script/cibuild"
language: ruby
rvm:
- 2.4.0
addons:
apt:
packages:
- libcurl4-openssl-dev
notifications:
email: false
env: