diff options
author | raveit65 <[email protected]> | 2019-07-04 18:47:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-04 18:47:51 +0200 |
commit | 81913ba118c918cd25a5f1def19b842c1e6d505e (patch) | |
tree | 4fa64aaa55e35acff5bade9ad584f97eadbbbb1e | |
parent | 12b84605f7c46796be695f1ab83a7f4b5d3447ce (diff) | |
download | marco-81913ba118c918cd25a5f1def19b842c1e6d505e.tar.bz2 marco-81913ba118c918cd25a5f1def19b842c1e6d505e.tar.xz |
CI: don't exclude .gmo files from tarball
gettext needs .gmo files to install .mo locale
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |