Skip to content

Commit 7e90659

Browse files
Delete TravisCI integration
1 parent 4f57660 commit 7e90659

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.travis.yml

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![npm package](https://badge.fury.io/js/regex-to-strings.svg)](https://badge.fury.io/js/regex-to-strings)
44
![node version](https://img.shields.io/node/v/regex-to-strings.svg)
55
![npm type definitions](https://img.shields.io/npm/types/regex-to-strings)
6-
[![Build Status](https://travis-ci.org/wimpyprogrammer/regex-to-strings.svg?branch=main)](https://travis-ci.org/wimpyprogrammer/regex-to-strings)
76
[![codecov](https://codecov.io/gh/wimpyprogrammer/regex-to-strings/branch/main/graph/badge.svg)](https://codecov.io/gh/wimpyprogrammer/regex-to-strings)
87
[![Known Vulnerabilities](https://snyk.io/test/github/wimpyprogrammer/regex-to-strings/badge.svg)](https://snyk.io/test/github/wimpyprogrammer/regex-to-strings)
98

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"prepublish": "npx publish-please guard",
4141
"publish-please": "npx publish-please",
4242
"publish-please-prereqs": "npm run lint && npm run test && npm run build",
43-
"test": "jest --coverage",
44-
"travisci": "npm run lint && npm run test && codecov && npx snyk test"
43+
"test": "jest --coverage"
4544
},
4645
"devDependencies": {
4746
"@babel/cli": "^7.5.5",

0 commit comments

Comments
 (0)