]> cat aescling's git repositories - mastodon.git/commitdiff
Do not run lint in Travis CI (#6763)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 13 Mar 2018 05:06:14 +0000 (14:06 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 13 Mar 2018 05:06:14 +0000 (06:06 +0100)
Lint is done by codeclimate

.travis.yml

index 61d51ca21cc34f49afa97e1a4498dd1849d9962e..576659aafc2b02271209b7a682506a6d8c0d0569 100644 (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