about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>2018-03-13 14:06:14 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-03-13 06:06:14 +0100
commitf7c1668bf6927d9723fe4468091c8b794c0ed305 (patch)
tree22bee01c1da30a8a38963a6856a2cc53cd45ac59 /.travis.yml
parent051b649628d8039ff15f0c035c6f8fe5dbf045d6 (diff)
Do not run lint in Travis CI (#6763)
Lint is done by codeclimate
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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