summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-03-08 13:36:01 +0800
committerraveit65 <[email protected]>2019-03-10 15:54:43 +0100
commit97f481f89f5fa378f0428f7ac1c496c7eb80aa61 (patch)
tree3a5182eb3e0c1bfb4f49118c22d41e528829f9d9
parentdb73601dcd7abbedad85071ab24957d8fa4687cc (diff)
downloadlibmatekbd-97f481f89f5fa378f0428f7ac1c496c7eb80aa61.tar.bz2
libmatekbd-97f481f89f5fa378f0428f7ac1c496c7eb80aa61.tar.xz
[ci] apply patch for fedora
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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