Browse Source

Do not run lint in Travis CI (#6763)

Lint is done by codeclimate
pull/4/head
Akihiko Odaki 6 years ago
committed by Eugen Rochko
parent
commit
f7c1668bf6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

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

Loading…
Cancel
Save