From 97f481f89f5fa378f0428f7ac1c496c7eb80aa61 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 8 Mar 2019 13:36:01 +0800 Subject: [ci] apply patch for fedora --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f6e2e17..1ff37a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,6 +139,10 @@ 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 - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then -- cgit v1.2.1