Skip to content

Commit 55454da

Browse files
authored
Drop Travis CI settings (#100)
1 parent d423a97 commit 55454da

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ coverage/
33
test/
44
.gitignore
55
.npmignore
6-
.travis.yml
76
.nyc_output
87
.vscode
98
.github

.travis.yml

-4
This file was deleted.

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Serialize JavaScript to a _superset_ of JSON that includes regular expressions,
55

66
[![npm Version][npm-badge]][npm]
77
[![Dependency Status][david-badge]][david]
8-
[![Build Status][travis-badge]][travis]
8+
![Test](https://github.com/yahoo/serialize-javascript/workflows/Test/badge.svg)
99

1010
## Overview
1111

@@ -137,8 +137,6 @@ See the [LICENSE file][LICENSE] for license text and copyright information.
137137
[npm-badge]: https://img.shields.io/npm/v/serialize-javascript.svg?style=flat-square
138138
[david]: https://david-dm.org/yahoo/serialize-javascript
139139
[david-badge]: https://img.shields.io/david/yahoo/serialize-javascript.svg?style=flat-square
140-
[travis]: https://travis-ci.org/yahoo/serialize-javascript
141-
[travis-badge]: https://img.shields.io/travis/yahoo/serialize-javascript.svg?style=flat-square
142140
[express-state]: https://github.com/yahoo/express-state
143141
[JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
144142
[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/main/LICENSE

0 commit comments

Comments
 (0)