Added gettext packages in CI configuration
This commit is contained in:
parent
e3fdcdd8f0
commit
aff5145088
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue