Browse Source

Run `i18n-tasks checked-normalized` in Travis CI (#5443)

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
990d6dd565
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -54,4 +54,4 @@ before_script:
script:
- travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec
- yarn test
- bundle exec i18n-tasks unused
- bundle exec i18n-tasks check-normalized && bundle exec i18n-tasks unused

Loading…
Cancel
Save