8
0
Quellcode durchsuchen

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

Maciej Gołaszewski vor 7 Jahren
Ursprung
Commit
70e698d85b
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  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.