also compare-locales everything in locales/

This commit is contained in:
Luke Crouch 2018-10-22 13:11:26 -05:00
Родитель eea3408b1b
Коммит 72bb13d895
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -6,9 +6,12 @@ services:
- postgresql
env:
- NODE_ENV=tests
install:
- sudo pip install compare-locales
- npm install
before_script:
- pip install compare-locales
- compare-locales --validate l10n.toml .
- compare-locales l10n.toml . `ls locales`
- cp .env-dist .env
- createdb test-blurts
- npm install npm@latest -g