Parcourir la source

Internal (ckeditor5): Run the linters on CI.

Marek Lewandowski il y a 5 ans
Parent
commit
09f0eba3d5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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