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

Merge branch 'master' into t/56

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
d5f66594d7
2 измененных файлов с 4 добавлено и 2 удалено
  1. 3 1
      packages/ckeditor5-table/.travis.yml
  2. 1 1
      packages/ckeditor5-table/README.md

+ 3 - 1
packages/ckeditor5-table/.travis.yml

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

+ 1 - 1
packages/ckeditor5-table/README.md

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