Adds German locale for Travis.

This commit is contained in:
Phally 2013-08-14 21:08:25 +02:00
parent 6f74e1958b
commit 1459e176ac

View file

@ -18,6 +18,7 @@ matrix:
- PHPCS=1
before_script:
- sudo locale-gen de_DE
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test2;'; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test3;'; fi"