Browse Source

Merge branch 'master' into t/ckeditor5/1655

Piotrek Koszuliński 6 years ago
parent
commit
e2b53c377b

+ 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"