summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dc1c580..6ee1180 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -176,6 +176,7 @@ variables:
build_scripts:
- ./autogen.sh
+ - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in
- scan-build $CHECKERS ./configure
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
@@ -193,6 +194,7 @@ after_scripts:
- ./gen-index -l 20
- fi
- make distcheck
+ - tar tf mate-session-manager-*.tar.xz |grep po
releases:
draft: false