summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 51f4f21..f1cdef4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,7 +112,10 @@ before_scripts:
- fi
after_scripts:
- - yelp-build html -o help-html mate-user-guide/C/index.docbook
+ - if [ ${DISTRO_NAME} == "fedora" ];then
+ - mkdir -p help-html
+ - yelp-build html -o help-html mate-user-guide/C/index.docbook
+ - fi
- make distcheck
releases: