Explorar el Código

Internal (ckeditor5): Run the linters on CI.

Marek Lewandowski hace 5 años
padre
commit
09f0eba3d5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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