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/17 11:38:40 UTC

incubator-freemarker git commit: Added travis.yml

Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 6d139ed92 -> 88684fa1a


Added travis.yml


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

Branch: refs/heads/3
Commit: 88684fa1a86644f1cedbfcaa4946bdabb4b87b71
Parents: 6d139ed
Author: ddekany <dd...@apache.org>
Authored: Mon Apr 17 13:38:35 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Mon Apr 17 13:38:35 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/88684fa1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5d914d9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: java
+install: ant download-ivy
+jdk:
+  - oraclejdk8
+script: ant ci
\ No newline at end of file