summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-07-04 18:19:00 +0200
committerraveit65 <[email protected]>2019-07-04 18:19:00 +0200
commit8456ceed8bd7cedf4a9cdbade2591ec511859824 (patch)
tree07683192fdedb3fda844cc9665842217ee87f4fd
parent3ed089797f798ea47c40d6126d3c002efe81015f (diff)
downloadcaja-8456ceed8bd7cedf4a9cdbade2591ec511859824.tar.bz2
caja-8456ceed8bd7cedf4a9cdbade2591ec511859824.tar.xz
CI: don't exclude .gmo files from tarball
gettext needs .gmo files to install .mo locale
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6199f127..1e02d68e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -189,7 +189,6 @@ build_scripts:
# - bash ./fedora.sh
# - fi
- ./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 + 1 ))