Skip to content

Commit f77ef8f

Browse files
committed
Travis update: Jul 2025 (Build 925)
[skip ci]
1 parent b9dfffd commit f77ef8f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1+
# NOTE: This file is auto-generated by OpenAPI Generator.
2+
13
language: ruby
4+
25
cache: bundler
6+
37
rvm:
4-
- 2.7
58
- 3.0
69
- 3.1
10+
- 3.2
11+
712
script:
813
- bundle install --path vendor/bundle
914
- bundle exec rspec
1015
- gem build messente_api.gemspec
1116
- gem install ./messente_api-2.4.0.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)