added javadoc task as part of the build process

Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/6dcaf5cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/6dcaf5cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/6dcaf5cb

Branch: refs/heads/2.3
Commit: 6dcaf5cb685a4ed9fb90bbac22c5fb20fffe8d03
Parents: 0c22546
Author: Pradeep Murugesan <pradeepmuruge...@outlook.com>
Authored: Sun Apr 16 09:47:49 2017 +0200
Committer: Pradeep Murugesan <pradeepmuruge...@outlook.com>
Committed: Mon Apr 17 15:29:10 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/6dcaf5cb/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d663b22..c9a3521 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
 language: java
 before_install: ant download-ivy
-install: ant
+install:
+  - ant
+  - ant javadoc
 jdk:
   - oraclejdk8
\ No newline at end of file

Reply via email to