mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-22 23:07:20 +00:00
Adds German locale for Travis.
This commit is contained in:
parent
6f74e1958b
commit
1459e176ac
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue