diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2017-10-18 17:57:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 17:57:42 -0400 |
commit | c75665127878f41af2547b12b8723963c04d305b (patch) | |
tree | d8275432c259d0fcd1385c163d7f2472b4a8684c /.travis.yml | |
parent | 4421f6598f5883908fb25743977306f19a0b0f0f (diff) | |
parent | eb907a5babed83a73788b16772fb2cba6db8c2b4 (diff) |
Merge pull request #188 from glitch-soc/merge-upstream-2-0-0
Merge with upstream v2.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |