Add locales package which is missing in Ubuntu 16.04.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-02-23 01:30:05 -04:00
committed by Roberto Rosario
parent 8c37bd87d6
commit b616ffaf1f

View File

@@ -3,6 +3,7 @@ services:
- mysql:latest
- postgres
before_script:
- apt-get install -qq locales
- echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale
- locale-gen en_US.UTF-8
- update-locale LANG=en_US.UTF-8