CI: Install epel-repositories for centos

yamllint and moreutils packages are available in the
epel repositories from centos.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2018-06-06 10:42:10 -05:00
parent 9f84cc8f1c
commit 70155353a1

View File

@ -20,6 +20,7 @@ install_bats
if [ "$ID" == fedora ];then
sudo -E dnf -y install automake yamllint coreutils moreutils
elif [ "$ID" == centos ];then
sudo -E yum -y install epel-release
sudo -E yum -y install automake yamllint coreutils moreutils
elif [ "$ID" == ubuntu ];then
sudo apt-get -qq update