We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71df300 commit 1703013Copy full SHA for 1703013
.travis/lib-setup.sh
@@ -31,8 +31,8 @@ setup::debian::install() {
31
}
32
33
setup::rh::yuminst() {
34
- # yum has no update-only verb
35
- yum -y --nogpgcheck install $@
+ # yum has no update-only verb. Also: modularity just makes this slower.
+ yum -y --nogpgcheck --disablerepo=\*modul\* install $@
36
37
38
setup::centos::install() {
0 commit comments