Added gettext packages in CI configuration

This commit is contained in:
Snaipe 2015-04-06 17:26:00 +02:00
parent e3fdcdd8f0
commit aff5145088

View file

@ -4,7 +4,7 @@ compiler:
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get -qq update
- sudo apt-get -qq install -y check gcc-4.9
- sudo apt-get -qq install -y check gcc-4.9 gettext autopoint
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 90
- sudo pip install cpp-coveralls
script: