From 51bb208c6637368583161677d58e82b4e45909c4 Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Sun, 13 Sep 2020 21:05:41 +0900 Subject: [PATCH] Drop Travis CI settings (#100) --- .npmignore | 1 - .travis.yml | 4 ---- README.md | 4 +--- 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.npmignore b/.npmignore index eb37f27..20ab70d 100644 --- a/.npmignore +++ b/.npmignore @@ -3,7 +3,6 @@ coverage/ test/ .gitignore .npmignore -.travis.yml .nyc_output .vscode .github diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ac233c3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: node_js -node_js: - - "10" - - "12" diff --git a/README.md b/README.md index 05cd0f2..8736fdb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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