Merge branch 'master' into improved-yaml-support

This commit is contained in:
Greg Myers 2019-11-02 16:03:11 +00:00
commit 889dd0922a
2 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
2.6.4
2.6.3

View File

@ -1,11 +1,11 @@
language: ruby
dist: xenial
dist: bionic
services:
- xvfb
rvm:
- 2.6.4
- 2.6.3
env:
- RAILS_VERSION=6.0.0
@ -19,7 +19,7 @@ addons:
cache:
directories:
- /home/travis/.rvm/gems/ruby-2.6.4
- /home/travis/.rvm/gems/ruby-2.6.3
install: ./ci/build.sh
@ -29,6 +29,7 @@ jobs:
include:
- stage: publish components
script: 'cd rswag-api'
if: tags = true
deploy:
gemspec: rswag-api.gemspec
provider: rubygems
@ -39,6 +40,7 @@ jobs:
- stage: publish components
script: 'cd rswag-specs'
if: tags = true
deploy:
gemspec: rswag-specs.gemspec
provider: rubygems
@ -49,6 +51,7 @@ jobs:
- stage: publish components
script: 'cd rswag-ui'
if: tags = true
deploy:
gemspec: rswag-ui.gemspec
provider: rubygems
@ -60,6 +63,7 @@ jobs:
- stage: publish rswag
script: 'cd rswag'
if: tags = true
deploy:
gemspec: rswag.gemspec
provider: rubygems