소스 검색

Internal (ckeditor5): Run the linters on CI.

Marek Lewandowski 5 년 전
부모
커밋
09f0eba3d5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -17,6 +17,8 @@ before_install:
 install:
 - yarn install
 script:
+- yarn run lint
+- yarn run stylelint
 - ./scripts/continuous-integration-run-tests.sh
 - yarn run docs:api --validate-only
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then