From 6f7ca1350773a2244366fd1bd51e54d71f8fdd43 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 17 Sep 2020 02:25:57 +0800 Subject: [PATCH] Add `yq` installation on travis config. --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d02187f..f2cce11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer