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
|
||||
php: 7
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- language-pack-fr
|
||||
install:
|
||||
- composer install
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue