Set the locale to avoid unicode tests from failing.

This commit is contained in:
Roberto Rosario
2016-10-25 18:43:00 -04:00
parent 6abf3384c7
commit d779676724

View File

@@ -3,6 +3,7 @@ services:
- mysql:latest
- postgres
before_script:
- export LANG=en_US.UTF-8
- apt-get update -qq
- apt-get install -qq python-dev python-pip gcc gnupg1 tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice
variables: