diff --git a/.ci/setup.sh b/.ci/setup.sh index c52b2e602c..1009f77f9b 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -16,7 +16,7 @@ source /etc/os-release if [ "$ID" == fedora ];then sudo -E dnf -y install automake bats yamllint coreutils moreutils elif [ "$ID" == centos ];then - sudo -E dnf -y install automake bats yamllint coreutils moreutils + sudo -E yum -y install automake bats yamllint coreutils moreutils elif [ "$ID" == ubuntu ];then #bats isn't available for Ubuntu trusty, need for travis sudo add-apt-repository -y ppa:duggan/bats