Skip to content

Commit

Permalink
Remove travis-related configs and badge as it is no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhbw committed Jul 31, 2023
1 parent b093ea2 commit 2a133ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

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/)).

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"prepare": "yarn compile",
"compile": "rimraf ./lib && tsc && yarn rollup",
"rollup": "rollup -c",
"travis": "yarn compile && yarn test",
"jest": "jest --watch --coverage",
"test": "yarn lint && yarn testCovFull",
"testCovFull": "yarn testCovPrepare && yarn testDev && yarn testCovReport",
Expand Down

0 comments on commit 2a133ee

Please sign in to comment.