浏览代码

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

Maciej Gołaszewski 7 年之前
父节点
当前提交
70e698d85b
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 3 0
      packages/ckeditor5-font/.travis.yml
  2. 1 1
      packages/ckeditor5-font/CONTRIBUTING.md

+ 3 - 0
packages/ckeditor5-font/.travis.yml

@@ -12,6 +12,9 @@ node_js:
 - '8'
 cache:
 - node_modules
+branches:
+   except:
+   - stable
 before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start

+ 1 - 1
packages/ckeditor5-font/CONTRIBUTING.md

@@ -1,4 +1,4 @@
 Contributing
 ========================================
 
-Information about contributing can be found on the following page: <https://github.com/ckeditor/ckeditor5/blob/master/CONTRIBUTING.md>.
+See the [official contributors' guide to CKEditor 5](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html) to learn more.