Just load de-de for unit tests to increase speed.

This commit is contained in:
Martin Edenhofer 2016-01-16 12:30:50 +01:00
parent 00cffad79e
commit 6a3fe7f12f

View file

@ -27,6 +27,7 @@ job_unit:
- core - core
script: script:
- export RAILS_ENV=test - export RAILS_ENV=test
- export Z_LOCALES=en-us:de-de
- rake db:drop; - rake db:drop;
- rake db:create - rake db:create
- rake db:migrate - rake db:migrate