Skip to content

Commit

Permalink
Added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ellis committed Jul 1, 2014
1 parent 7f995ad commit bf27c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: java
language: groovy

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf27c46

Please sign in to comment.