From bf27c46473427bc65b23b8d439fadaede6c236a3 Mon Sep 17 00:00:00 2001 From: Dave Ellis Date: Tue, 1 Jul 2014 09:23:38 +0100 Subject: [PATCH] Added travis config --- .travis.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1d3ffd1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: java +language: groovy + diff --git a/README.md b/README.md index 737cf6f..780b4af 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ This a port of kongchen's maven plugin for generating swagger documents. (See h * `outputPath` is the path of your output file, not existed parent directory of the file will be created. * If `swaggerDirectory` is configured, the plugin will also generate a Swagger resource listing suitable for feeding to swagger-ui. * `useOutputFlatStructure` indicates whether swagger output will be created in sub-directories by path defined in - @com.wordnik.swagger.annotations.Api#value (false), or the filename will be the path with replaced slashes to + `@com.wordnik.swagger.annotations.Api#value` (false), or the filename will be the path with replaced slashes to underscores (true). Default: true