8
0
Pārlūkot izejas kodu

Internal: Updated path to the _rwd.css mixin after it was moved between pkgs. See ckeditor/ckeditor5#1662. [skip ci]

Piotrek Koszuliński 6 gadi atpakaļ
vecāks
revīzija
f4911bb213

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

@@ -15,8 +15,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"