diff options
author | raveit65 <[email protected]> | 2019-07-06 14:43:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-06 14:43:32 +0200 |
commit | 2dceb85ee65630395102e74e96ba441f44c7abd7 (patch) | |
tree | 8c1d72ed1031bff0b6581ecdd55020e033fbab25 /.travis.yml | |
parent | 951acd5a7e9adc149c2d765e063aed83ddfb04ab (diff) | |
download | mozo-2dceb85ee65630395102e74e96ba441f44c7abd7.tar.bz2 mozo-2dceb85ee65630395102e74e96ba441f44c7abd7.tar.xz |
CI: don't exclude .gmo files from tarball
gettext needs .gmo files to install .mo locale
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1eb45b9..78e02a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,6 @@ before_scripts: build_scripts: - ./autogen.sh - - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in - ./configure - make |