Skip to content

Commit 2fad4af

Browse files
authored
Merge pull request #653 from postmanlabs/feature/remove-travis
Removed travis workflows as GitHub actions are present now.
2 parents 9c86011 + a75cb27 commit 2fad4af

File tree

4 files changed

+14
-51
lines changed

4 files changed

+14
-51
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '14.x'
1414
- run: npm install
1515
- run: npm run test-lint
16+
- run: npm run test-system
1617
- run: npm run test-unit
1718

1819
Regression:

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11

22
<img src="https://voyager.postman.com/logo/postman-logo-orange.svg" width="320" alt="The Postman Logo">
33

4-
*Supercharge your API workflow.*
4+
*Supercharge your API workflow.*
55
*Modern software is built on APIs. Postman helps you develop APIs faster.*
66

77
# OpenAPI 3.0 to Postman Collection v2.1.0 Converter
88

9-
[![Build Status](https://travis-ci.org/postmanlabs/openapi-to-postman.svg?branch=master)](https://travis-ci.org/postmanlabs/openapi-to-postman)
10-
<a href="https://www.npmjs.com/package/openapi-to-postmanv2" alt="Latest Stable Version">![npm](https://img.shields.io/npm/v/openapi-to-postmanv2.svg)</a>
9+
![Build Status](https://github.com/postmanlabs/openapi-to-postman/actions/workflows/integration.yml/badge.svg)
10+
11+
<a href="https://www.npmjs.com/package/openapi-to-postmanv2" alt="Latest Stable Version">![npm](https://img.shields.io/npm/v/openapi-to-postmanv2.svg)</a>
1112
<a href="https://www.npmjs.com/package/openapi-to-postmanv2" alt="Total Downloads">![npm](https://img.shields.io/npm/dw/openapi-to-postmanv2.svg)</a>
1213

13-
#### Contents
14+
#### Contents
1415

1516
1. [Getting Started](#getting-started)
1617
2. [Using the converter as a NodeJS module](#using-the-converter-as-a-nodejs-module)
@@ -101,7 +102,7 @@ Check out complete list of options and their usage at [OPTIONS.md](/OPTIONS.md)
101102

102103
### ConversionResult
103104

104-
- `result` - Flag responsible for providing a status whether the conversion was successful or not
105+
- `result` - Flag responsible for providing a status whether the conversion was successful or not
105106

106107
- `reason` - Provides the reason for an unsuccessful conversion, defined only if result: false
107108

@@ -160,28 +161,28 @@ The converter can be used as a CLI tool as well. The following [command line opt
160161
`openapi2postmanv2 [options]`
161162

162163
### Options
163-
- `-v`, `--version`
164+
- `-v`, `--version`
164165
Specifies the version of the converter
165166

166-
- `-s <source>`, `--spec <source>`
167+
- `-s <source>`, `--spec <source>`
167168
Used to specify the OpenAPI specification (file path) which is to be converted
168169

169-
- `-o <destination>`, `--output <destination>`
170+
- `-o <destination>`, `--output <destination>`
170171
Used to specify the destination file in which the collection is to be written
171172

172-
- `-t`, `--test`
173+
- `-t`, `--test`
173174
Used to test the collection with an in-built sample specification
174175

175-
- `-p`, `--pretty`
176+
- `-p`, `--pretty`
176177
Used to pretty print the collection object while writing to a file
177178

178179
- `-O`, `--options`
179180
Used to supply options to the converter, for complete options details see [here](/OPTIONS.md)
180181

181-
- `-c`, `--options-config`
182+
- `-c`, `--options-config`
182183
Used to supply options to the converter through config file, for complete options details see [here](/OPTIONS.md)
183184

184-
- `-h`, `--help`
185+
- `-h`, `--help`
185186
Specifies all the options along with a few usage examples on the terminal
186187

187188

test/system/travis-yml.test.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)