You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/04/18 08:35:15 UTC

[1/3] incubator-freemarker git commit: added javadoc task as part of the build process

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae e64dc4dd8 -> a4273fc8e


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-gae
Commit: 6dcaf5cb685a4ed9fb90bbac22c5fb20fffe8d03
Parents: 0c22546
Author: Pradeep Murugesan <pr...@outlook.com>
Authored: Sun Apr 16 09:47:49 2017 +0200
Committer: Pradeep Murugesan <pr...@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


[2/3] incubator-freemarker git commit: changed the build script to point to ci task

Posted by dd...@apache.org.
changed the build script to point to ci task


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

Branch: refs/heads/2.3-gae
Commit: 4d6897ec4b64f10b3f0cc3d5730f3b8365d525fc
Parents: 6dcaf5c
Author: Pradeep Murugesan <pr...@outlook.com>
Authored: Mon Apr 17 15:30:27 2017 +0200
Committer: Pradeep Murugesan <pr...@outlook.com>
Committed: Mon Apr 17 15:30:27 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


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


[3/3] incubator-freemarker git commit: travis.yml file update

Posted by dd...@apache.org.
travis.yml file update

Merge commit 'refs/pull/22/head' of https://github.com/apache/incubator-freemarker into 2.3-gae


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

Branch: refs/heads/2.3-gae
Commit: a4273fc8e3d971f81d20eef76902d132106fe1f0
Parents: e64dc4d 4d6897e
Author: ddekany <dd...@apache.org>
Authored: Tue Apr 18 10:33:48 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Tue Apr 18 10:35:04 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------