From 866b75f267fa94522cc0233563763af1dd758843 Mon Sep 17 00:00:00 2001 From: Jeremy Whitlock Date: Tue, 31 Aug 2021 16:56:12 -0600 Subject: [PATCH] Changing build configuration --- .npmignore | 1 - .travis.yml | 9 --------- README.md | 2 -- 3 files changed, 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.npmignore b/.npmignore index 16b7fc7..8a8feac 100644 --- a/.npmignore +++ b/.npmignore @@ -2,4 +2,3 @@ test .gitignore .jshintrc .npmignore -.travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1f793a8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: node_js -node_js: - - "stable" - - "6" - - "4.0" -sudo: false - -after_success: - npm run coveralls diff --git a/README.md b/README.md index 937863b..b29cf1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Middleware for Swagger projects -[![Build Status](https://travis-ci.org/theganyo/swagger-node-runner.svg?branch=master)](https://travis-ci.org/swagger-api/swagger-node-runner) - [![Coverage Status](https://coveralls.io/repos/theganyo/swagger-node-runner/badge.svg?branch=sway&service=github)](https://coveralls.io/github/theganyo/swagger-node-runner) This is the middleware engine used by the [Swagger](https://www.npmjs.com/package/swagger) project. It is designed to handle all your Swagger-driven API project needs with minimal fuss - and maximal flexibility.