parent
a0c2e65ed7
commit
81792c29d3
|
@ -109,6 +109,11 @@ env:
|
||||||
global:
|
global:
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libcurl4-openssl-dev
|
||||||
|
|
||||||
sudo: false # route your build to the container-based infrastructure for a faster build
|
sudo: false # route your build to the container-based infrastructure for a faster build
|
||||||
|
|
||||||
cache: bundler # caching bundler gem packages will speed up build
|
cache: bundler # caching bundler gem packages will speed up build
|
||||||
|
|
Loading…
Reference in New Issue