We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yq
1 parent c60dcdb commit 50e5e34Copy full SHA for 50e5e34
1 file changed
.travis.yml
@@ -12,8 +12,11 @@ install:
12
13
addons:
14
apt:
15
+ sources:
16
+ - sourceline: "ppa:rmescandon/yq"
17
packages:
- - libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
18
+ - libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
19
+ - yq
20
21
script:
22
- >-
@@ -40,4 +43,4 @@ notifications:
40
43
41
44
env:
42
45
global:
- - 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