Revert "TravisCI - install locales before running tests"

This reverts commit aae7609
This commit is contained in:
Meritoo
2018-04-03 16:58:32 +02:00
parent aae7609c8c
commit 129b75ea93

View File

@@ -5,18 +5,6 @@ php:
- 7.0
- 7.1
before_install:
- sudo apt-get install locales
- sed -i 's/^# de_DE/de_DE/g; \
s/^# es_ES/es_ES/g; \
s/^# en_GB/en_GB/g; \
s/^# en_US/en_US/g; \
s/^# fr_FR/fr_FR/g; \
s/^# it_IT/it_IT/g; \
s/^# pl_PL/pl_PL/g; \
s/^# ru_RU/ru_RU/g;' /etc/locale.gen \
&& locale-gen
install:
- composer install