diff options
author | Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> | 2018-03-13 14:06:14 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-13 06:06:14 +0100 |
commit | f7c1668bf6927d9723fe4468091c8b794c0ed305 (patch) | |
tree | 22bee01c1da30a8a38963a6856a2cc53cd45ac59 | |
parent | 051b649628d8039ff15f0c035c6f8fe5dbf045d6 (diff) |
Do not run lint in Travis CI (#6763)
Lint is done by codeclimate
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |