Skip to content

Commit 0b6baf1

Browse files
Delete TravisCI integration
1 parent f631e10 commit 0b6baf1

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/strings-to-regex.svg)](https://badge.fury.io/js/strings-to-regex)
44
![node version](https://img.shields.io/node/v/strings-to-regex.svg)
55
![npm type definitions](https://img.shields.io/npm/types/strings-to-regex)
6-
[![Build Status](https://travis-ci.org/wimpyprogrammer/strings-to-regex.svg?branch=main)](https://travis-ci.org/wimpyprogrammer/strings-to-regex)
76
[![codecov](https://codecov.io/gh/wimpyprogrammer/strings-to-regex/branch/main/graph/badge.svg)](https://codecov.io/gh/wimpyprogrammer/strings-to-regex)
87
[![Known Vulnerabilities](https://snyk.io/test/github/wimpyprogrammer/strings-to-regex/badge.svg)](https://snyk.io/test/github/wimpyprogrammer/strings-to-regex)
98

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"prepublish": "npx publish-please guard",
3030
"publish-please": "npx publish-please",
3131
"publish-please-prereqs": "npm run lint && npm run test && npm run build",
32-
"test": "jest --coverage",
33-
"travisci": "npm run lint && npm run test && codecov && npx snyk test"
32+
"test": "jest --coverage"
3433
},
3534
"jest": {
3635
"collectCoverageFrom": [

0 commit comments

Comments
 (0)