Skip to content

Commit a630c10

Browse files
committed
fix(crystal): remove travis.yml file
1 parent dad9b16 commit a630c10

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CrystalClientCodegen.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ public void processOpts() {
309309
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
310310
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
311311
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
312-
supportingFiles.add(new SupportingFile("travis.mustache", "", ".travis.yml"));
313312
supportingFiles.add(new SupportingFile("shard.mustache", "", "shard.yml"));
314313

315314
// crystal spec files

modules/openapi-generator/src/main/resources/crystal/travis.mustache

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/client/petstore/crystal/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.gitignore
2-
.travis.yml
32
README.md
43
git_push.sh
54
shard.yml

0 commit comments

Comments
 (0)