diff options
author | raveit65 <[email protected]> | 2019-05-23 12:10:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-23 12:10:06 +0200 |
commit | 86ab9d03e41631e8294f4369409c85c63d4652aa (patch) | |
tree | a254dfb5a0f45589ea039b59a303ab2cf05eb5b0 | |
parent | 2da18c17ed02063be2e758648b1be9b531584226 (diff) | |
download | libmatekbd-86ab9d03e41631e8294f4369409c85c63d4652aa.tar.bz2 libmatekbd-86ab9d03e41631e8294f4369409c85c63d4652aa.tar.xz |
travis: disable fedora.sh for f30
-rw-r--r-- | .travis.yml | 9 |
1 files 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 |