forked from loafle/openapi-generator-original
generate travis configuration (#3193)
This commit is contained in:
@@ -167,6 +167,7 @@ public class PerlClientCodegen extends DefaultCodegen implements CodegenConfig {
|
||||
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
|
||||
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
|
||||
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
|
||||
supportingFiles.add(new SupportingFile("travis.mustache", "", ".travis.yml"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
9
modules/openapi-generator/src/main/resources/perl/travis.mustache
vendored
Normal file
9
modules/openapi-generator/src/main/resources/perl/travis.mustache
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# https://docs.travis-ci.com/user/languages/perl/
|
||||
#
|
||||
|
||||
language: perl
|
||||
|
||||
perl:
|
||||
- "5.28"
|
||||
|
||||
sudo: false
|
||||
Reference in New Issue
Block a user