Skip to content

Commit 50e5e34

Browse files
committed
Add yq installation on travis config.
1 parent c60dcdb commit 50e5e34

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ install:
1212

1313
addons:
1414
apt:
15+
sources:
16+
- sourceline: "ppa:rmescandon/yq"
1517
packages:
16-
- libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
18+
- libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
19+
- yq
1720

1821
script:
1922
- >-
@@ -40,4 +43,4 @@ notifications:
4043

4144
env:
4245
global:
43-
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
46+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer

0 commit comments

Comments
 (0)