add travis.yml for JS api client

This commit is contained in:
wing328
2016-06-15 00:03:11 +08:00
parent 4c277631e4
commit 9f3b8bab2b
37 changed files with 1615 additions and 7 deletions

View File

@@ -297,6 +297,7 @@ public class JavascriptClientCodegen extends DefaultCodegen implements CodegenCo
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
supportingFiles.add(new SupportingFile("mocha.opts", "", "mocha.opts"));
supportingFiles.add(new SupportingFile("travis.yml", "", ".travis.yml"));
}
@Override