Install French locale on Travis
This commit is contained in:
parent
6337d2f936
commit
fa7ce9cb7f
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
language: php
|
language: php
|
||||||
php: 7
|
php: 7
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- language-pack-fr
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue