logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f7c1668bf6927d9723fe4468091c8b794c0ed305
parent: 051b649628d8039ff15f0c035c6f8fe5dbf045d6
Author: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Date:   Tue, 13 Mar 2018 14:06:14 +0900

Do not run lint in Travis CI (#6763)

Lint is done by codeclimate

Diffstat:

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

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