From: Akihiko Odaki Date: Tue, 13 Mar 2018 05:06:14 +0000 (+0900) Subject: Do not run lint in Travis CI (#6763) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f7c1668bf6927d9723fe4468091c8b794c0ed305;p=mastodon.git Do not run lint in Travis CI (#6763) Lint is done by codeclimate --- diff --git a/.travis.yml b/.travis.yml index 61d51ca21..576659aaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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