diff options
author | James McCoy <jamessan@jamessan.com> | 2020-03-18 23:07:40 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2020-03-18 23:52:36 -0400 |
commit | ca828eaed66af0592bcf606f08c8b2875b0e7c48 (patch) | |
tree | 06fc89eba29e9aab3dd4df5feea15720a0c2b30b | |
parent | be7cefdc4fbd3da30356f252f94140c6949ae26b (diff) | |
download | rneovim-ca828eaed66af0592bcf606f08c8b2875b0e7c48.tar.gz rneovim-ca828eaed66af0592bcf606f08c8b2875b0e7c48.tar.bz2 rneovim-ca828eaed66af0592bcf606f08c8b2875b0e7c48.zip |
Install gettext for msgfmt/msgmerge
[skip appveyor]
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 43c44fac54..b920f70f45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -172,6 +172,7 @@ jobs: apt: packages: - *common-apt-packages + - gettext - python-pip - python3-pip - python-setuptools |