Skip to content

Commit

Permalink
Fix Travis CI on rawhide
Browse files Browse the repository at this point in the history
For some reason, if we do dnf update on rawhide then the dnf install
hangs. We work around this by not doing dnf update. Hopefully the
future fixes this and we can test on fresh packages again.
  • Loading branch information
npmccallum committed Oct 19, 2016
1 parent 33a4c33 commit 7ff1744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ case "$1" in

fedora:*)
[ "$1" != "fedora:23" ] && rt=compiler-rt
dnf -y clean all
dnf -y --setopt=deltarpm=0 update
# dnf -y clean all
# dnf -y --setopt=deltarpm=0 update
dnf -y install automake autoconf libtool pkgconfig openssl-devel zlib-devel jansson-devel curl git gcc make file clang $rt
;;

Expand Down

0 comments on commit 7ff1744

Please sign in to comment.