Skip to content

Commit

Permalink
Merge pull request OpenAPITools#20 from OpenAPITools/wing328-patch-in…
Browse files Browse the repository at this point in the history
…stallation

Test installation in Travis
  • Loading branch information
wing328 authored Aug 16, 2019
2 parents a47e929 + 67c0d8a commit 419a4d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ install:

script:
- npm run build:new
- npm run publish
- npm run publish
# install the latest version of "openapi-generator-cli"
- npm install @openapitools/openapi-generator-cli -g
- openapi-generator version
- npm uninstall @openapitools/openapi-generator-cli -g
# install a specific version of "openapi-generator-cli"
- npm install @openapitools/openapi-generator-cli@cli-3.2.1 -g
- openapi-generator version

0 comments on commit 419a4d5

Please sign in to comment.