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 <[email protected]> Authored: Mon Apr 17 13:38:35 2017 +0200 Committer: ddekany <[email protected]> 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
