Skip to content

Commit c0afb83

Browse files
committed
Travis update: Aug 2025 (Build 946)
[skip ci]
1 parent 1682986 commit c0afb83

3 files changed

Lines changed: 24 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,5 +1,7 @@
11
.github/workflows/maven.yml
22
.gitignore
3+
.openapi-generator-ignore
4+
.travis.yml
35
README.md
46
api/openapi.yaml
57
build.gradle

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# Generated by OpenAPI Generator: https://openapi-generator.tech
3+
#
4+
# Ref: https://docs.travis-ci.com/user/languages/java/
5+
#
6+
language: java
7+
jdk:
8+
- openjdk12
9+
- openjdk11
10+
- openjdk10
11+
- openjdk9
12+
- openjdk8
13+
before_install:
14+
# ensure gradlew has proper permission
15+
- chmod a+x ./gradlew
16+
script:
17+
# test using maven
18+
#- mvn test
19+
# test using gradle
20+
- gradle test
21+
# test using sbt
22+
# - sbt test

0 commit comments

Comments
 (0)