Skip to content

Commit 6a3f7ce

Browse files
committed
Travis update: Aug 2025 (Build 946)
[skip ci]
1 parent 0f35671 commit 6a3f7ce

3 files changed

Lines changed: 25 additions & 10 deletions

File tree

.openapi-generator-ignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
2-
# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
3-
# on the input provided by the users and this file will be overwritten every time when the option is
4-
# enabled (which is the exact opposite of the default behaviour to not overwrite
5-
# .openapi-generator-ignore if the file exists).
6-
71
# OpenAPI Generator Ignore
82
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
93

@@ -27,7 +21,3 @@
2721
#docs/*.md
2822
# Then explicitly reverse the ignore rule for a single file:
2923
#!docs/README.md
30-
31-
# The following entries are pre-populated based on the input obtained via
32-
# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
33-
.travis.yml

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.gitignore
22
.gitlab-ci.yml
3+
.openapi-generator-ignore
34
.rspec
45
.rubocop.yml
6+
.travis.yml
57
Gemfile
68
README.md
79
Rakefile

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# NOTE: This file is auto-generated by OpenAPI Generator.
2+
3+
language: ruby
4+
5+
cache: bundler
6+
7+
rvm:
8+
- 3.0
9+
- 3.1
10+
- 3.2
11+
12+
script:
13+
- bundle install --path vendor/bundle
14+
- bundle exec rspec
15+
- gem build messente_api.gemspec
16+
- gem install ./messente_api-2.4.1.gem
17+
18+
deploy:
19+
provider: rubygems
20+
api_key: "${RUBYGEMS_API_KEY}"
21+
gemspec: messente_api.gemspec
22+
on:
23+
tags: true

0 commit comments

Comments
 (0)