Skip to content

Commit 1703013

Browse files
[travis] Disable modularity repos to increase build speed
1 parent 71df300 commit 1703013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/lib-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ setup::debian::install() {
3131
}
3232

3333
setup::rh::yuminst() {
34-
# yum has no update-only verb
35-
yum -y --nogpgcheck install $@
34+
# yum has no update-only verb. Also: modularity just makes this slower.
35+
yum -y --nogpgcheck --disablerepo=\*modul\* install $@
3636
}
3737

3838
setup::centos::install() {

0 commit comments

Comments
 (0)