about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-10-18 18:57:02 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-10-18 11:57:02 +0200
commit990d6dd565e16d839ae63e24a017d7f2bbd8d559 (patch)
tree78c7ad6f954a62a5ff58fb2caf648f371ad526d2 /.travis.yml
parent402da46ff611b1a23af07ef0109147d62bf3b9ff (diff)
Run `i18n-tasks checked-normalized` in Travis CI (#5443)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 71b3a6069..5c2c2c889 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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