From 86ab9d03e41631e8294f4369409c85c63d4652aa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 May 2019 12:10:06 +0200 Subject: travis: disable fedora.sh for f30 --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4eee1bc..bf2621f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,10 +145,11 @@ before_scripts: - fi build_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh - - bash ./fedora.sh - - fi +# build failed with f30 und using clang patch, fixed in f30? +# - if [ ${DISTRO_NAME} == "fedora" ];then +# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh +# - bash ./fedora.sh +# - fi - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then -- cgit v1.2.1