Browse Source

updated test script run and readme.

tags/v1.0.0
Kalimuthu Selvaraj 5 years ago
parent
commit
37e5131f52
2 changed files with 2 additions and 4 deletions
  1. 1
    1
      .travis.yml
  2. 1
    3
      README.md

+ 1
- 1
.travis.yml View File

- npm install - npm install


script: script:
- npm test
- npm run cover


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

+ 1
- 3
README.md View File

# document-convert # 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..)` Converts `.ppt` `.pptx` `.odp` and `.key` file to `pdf or/and image(png, jpg, jpeg and etc..)`



Loading…
Cancel
Save