瀏覽代碼

updated test script run and readme.

tags/v1.0.0
Kalimuthu Selvaraj 5 年之前
父節點
當前提交
37e5131f52
共有 2 個檔案被更改,包括 2 行新增4 行删除
  1. 1
    1
      .travis.yml
  2. 1
    3
      README.md

+ 1
- 1
.travis.yml 查看文件

@@ -10,7 +10,7 @@ install:
- npm install

script:
- npm test
- npm run cover

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

+ 1
- 3
README.md 查看文件

@@ -1,8 +1,6 @@
# document-convert

[![Build Status](https://travis-ci.com/kalimuthu-selvaraj/document-convert.svg?branch=master)](https://travis-ci.com/kalimuthu-selvaraj/document-convert)

[![Coverage Status](https://coveralls.io/repos/github/kalimuthu-selvaraj/document-convert/badge.svg?branch=master)](https://coveralls.io/github/kalimuthu-selvaraj/document-convert?branch=master)
[![Build Status](https://travis-ci.com/kalimuthu-selvaraj/document-convert.svg?branch=master)](https://travis-ci.com/kalimuthu-selvaraj/document-convert) [![Coverage Status](https://coveralls.io/repos/github/kalimuthu-selvaraj/document-convert/badge.svg?branch=master)](https://coveralls.io/github/kalimuthu-selvaraj/document-convert?branch=master)

Converts `.ppt` `.pptx` `.odp` and `.key` file to `pdf or/and image(png, jpg, jpeg and etc..)`


Loading…
取消
儲存