Skip to content

Commit 2a133ee

Browse files
committed
Remove travis-related configs and badge as it is no longer used.
1 parent b093ea2 commit 2a133ee

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Docx-templates [![Build Status](https://travis-ci.org/guigrpa/docx-templates.svg)](https://travis-ci.org/guigrpa/docx-templates) [![Coverage Status](https://coveralls.io/repos/github/guigrpa/docx-templates/badge.svg?branch=master)](https://coveralls.io/github/guigrpa/docx-templates?branch=master) [![npm version](https://img.shields.io/npm/v/docx-templates.svg)](https://www.npmjs.com/package/docx-templates)
1+
# Docx-templates [![Coverage Status](https://coveralls.io/repos/github/guigrpa/docx-templates/badge.svg?branch=master)](https://coveralls.io/github/guigrpa/docx-templates?branch=master) [![npm version](https://img.shields.io/npm/v/docx-templates.svg)](https://www.npmjs.com/package/docx-templates)
22

33
Template-based docx report creation for both Node and the browser. ([See the blog post](http://guigrpa.github.io/2017/01/01/word-docs-the-relay-way/)).
44

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"prepare": "yarn compile",
2727
"compile": "rimraf ./lib && tsc && yarn rollup",
2828
"rollup": "rollup -c",
29-
"travis": "yarn compile && yarn test",
3029
"jest": "jest --watch --coverage",
3130
"test": "yarn lint && yarn testCovFull",
3231
"testCovFull": "yarn testCovPrepare && yarn testDev && yarn testCovReport",

0 commit comments

Comments
 (0)