logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 990d6dd565e16d839ae63e24a017d7f2bbd8d559
parent: 402da46ff611b1a23af07ef0109147d62bf3b9ff
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Wed, 18 Oct 2017 18:57:02 +0900

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


Diffstat:

M.travis.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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