8
0
Просмотр исходного кода

Merge branch 'master' into t/ckeditor5-engine/1467

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
64f89cb95a

+ 4 - 2
packages/ckeditor5-block-quote/.travis.yml

@@ -1,7 +1,7 @@
 sudo: required
 dist: trusty
 addons:
-  firefox: "latest"
+  firefox: latest
   apt:
     sources:
     - google-chrome
@@ -9,12 +9,14 @@ addons:
     - google-chrome-stable
 language: node_js
 node_js:
-- '6'
+- '8'
 cache:
 - node_modules
 before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start
+- npm config set package-lock false
+- npm i -g npm@^5.7.1
 install:
 - npm install @ckeditor/ckeditor5-dev-tests
 - ckeditor5-dev-tests-install-dependencies

+ 1 - 1
packages/ckeditor5-block-quote/README.md

@@ -14,7 +14,7 @@ This package implements block quote support for CKEditor 5.
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-block-quote` package](https://docs.ckeditor.com/ckeditor5/latest/api/block-quote.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-block-quote` package](https://ckeditor.com/docs/ckeditor5/latest/api/block-quote.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
 
 ## License