Skip to content

Commit

Permalink
Drop Travis CI settings (yahoo#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu authored and himanshiLt committed Jun 17, 2022
1 parent 8414b24 commit 51bb208
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -3,7 +3,6 @@ coverage/
test/
.gitignore
.npmignore
.travis.yml
.nyc_output
.vscode
.github
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -5,7 +5,7 @@ Serialize JavaScript to a _superset_ of JSON that includes regular expressions,

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

## Overview

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

0 comments on commit 51bb208

Please sign in to comment.