1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 08:37:53 +00:00

Add yq installation on travis config.

This commit is contained in:
Cotes Chung 2020-09-17 02:25:57 +08:00
parent 766e597a3b
commit 6f7ca13507

View File

@ -12,8 +12,11 @@ install:
addons: addons:
apt: apt:
sources:
- sourceline: "ppa:rmescandon/yq"
packages: packages:
- libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer) - libcurl4-openssl-dev # required to avoid SSL error (for htmlproofer)
- yq
script: script:
- >- - >-