Skip to content

Commit

Permalink
Adds German locale for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phally committed Aug 14, 2013
1 parent 6f74e19 commit 1459e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 1459e17

Please sign in to comment.