Install autopoint on travis
This commit is contained in:
parent
7c43c757ce
commit
4897905287
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -10,15 +10,16 @@ addons:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
|
- autopoint
|
||||||
|
- g++-5
|
||||||
- libasound2-dev
|
- libasound2-dev
|
||||||
- libfftw3-dev
|
|
||||||
- libhunspell-dev
|
|
||||||
- yasm
|
|
||||||
- libfribidi-dev
|
|
||||||
- libass-dev
|
- libass-dev
|
||||||
|
- libfftw3-dev
|
||||||
|
- libfribidi-dev
|
||||||
|
- libhunspell-dev
|
||||||
- libicu-dev
|
- libicu-dev
|
||||||
- luarocks
|
- luarocks
|
||||||
- g++-5
|
- yasm
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue