Преглед на файлове

Merge branch 'master' into t/ckeditor5/1655

Piotrek Koszuliński преди 6 години
родител
ревизия
e2b53c377b
променени са 2 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 4 1
      packages/ckeditor5-autoformat/.travis.yml
  2. 3 0
      packages/ckeditor5-autoformat/package.json

+ 4 - 1
packages/ckeditor5-autoformat/.travis.yml

@@ -16,8 +16,11 @@ before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start
 - npm i -g yarn
+- export CWD=$(pwd)
 install:
-- yarn add @ckeditor/ckeditor5-dev-tests
+- cd /tmp && git clone https://github.com/ckeditor/ckeditor5-dev.git && cd ckeditor5-dev && git checkout t/ckeditor5/1662 && cd packages/ckeditor5-dev-tests && yarn install && yarn link && cd $CWD
+#- yarn add @ckeditor/ckeditor5-dev-tests
+- yarn add file:/tmp/ckeditor5-dev/packages/ckeditor5-dev-tests
 - ckeditor5-dev-tests-install-dependencies
 script:
 - ckeditor5-dev-tests-travis

+ 3 - 0
packages/ckeditor5-autoformat/package.json

@@ -57,6 +57,9 @@
     "src/lib/**",
     "packages/**"
   ],
+  "depcheckIgnore": [
+    "eslint-plugin-ckeditor5-rules"
+  ],
   "husky": {
     "hooks": {
       "pre-commit": "lint-staged"