Add yq
installation on travis config.
This commit is contained in:
parent
766e597a3b
commit
6f7ca13507
1 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,11 @@ install:
|
|||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: "ppa:rmescandon/yq"
|
||||
packages:
|
||||
- libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
|
||||
- libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
|
||||
- yq
|
||||
|
||||
script:
|
||||
- >-
|
||||
|
@ -40,4 +43,4 @@ notifications:
|
|||
|
||||
env:
|
||||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
||||
|
|
Loading…
Reference in a new issue