Install French locale on Travis

This commit is contained in:
Pierre Rudloff 2017-08-21 20:46:56 +02:00
parent 6337d2f936
commit fa7ce9cb7f

View file

@ -1,6 +1,10 @@
---
language: php
php: 7
addons:
apt:
packages:
- language-pack-fr
install:
- composer install
before_install: