ソースを参照

Fixed Travis config (forgot about CC) and added badges in README.

Kamil Piechaczek 9 年 前
コミット
e82d09fcf7

+ 1 - 1
packages/ckeditor5-theme-lark/.travis.yml

@@ -19,6 +19,6 @@ install:
   - npm install
   - npm install @ckeditor/ckeditor5-dev-tests
 script:
-  - node_modules/.bin/ckeditor5-dev-tests
+  - node_modules/.bin/ckeditor5-dev-tests --coverage
 after_success:
   - node_modules/.bin/codeclimate-test-reporter < .build/coverage/lcov.info

+ 5 - 0
packages/ckeditor5-theme-lark/README.md

@@ -1,6 +1,11 @@
 Lark
 ========================================
 
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-theme-lark.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
+[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-theme-lark.svg)](https://travis-ci.org/ckeditor/ckeditor5-theme-lark)
+[![Test Coverage](https://codeclimate.com/github/ckeditor/ckeditor5-theme-lark/badges/coverage.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-theme-lark/coverage)
+[![Code Climate](https://codeclimate.com/github/ckeditor/ckeditor5-theme-lark/badges/gpa.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-theme-lark)
+[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-theme-lark/status.svg)](https://david-dm.org/ckeditor/ckeditor5-theme-lark#info=dependencies)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-theme-lark/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-theme-lark#info=devDependencies)
 
 A bright theme for CKEditor 5. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5-theme-lark>.

+ 1 - 0
packages/ckeditor5-theme-lark/package.json

@@ -6,6 +6,7 @@
   "dependencies": {},
   "devDependencies": {
     "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
+    "ckeditor5-ui": "ckeditor/ckeditor5-ui",
     "ckeditor5-ui-default": "ckeditor/ckeditor5-ui-default",
     "ckeditor5-utils": "ckeditor/ckeditor5-utils",
     "gulp": "^3.9.0",