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