From 81913ba118c918cd25a5f1def19b842c1e6d505e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 4 Jul 2019 18:47:51 +0200 Subject: CI: don't exclude .gmo files from tarball gettext needs .gmo files to install .mo locale --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a665387a..8e2ed903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -189,7 +189,6 @@ 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 -- cgit v1.2.1