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/08/05 14:27:06 UTC

[46/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)

(Attempt to fix Travis problem with JUnit)


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

Branch: refs/heads/2.3
Commit: 13ddf6462ad9f9c6d162202ba5e3af29343e4f08
Parents: b9978ed
Author: ddekany <dd...@apache.org>
Authored: Sat Aug 5 12:24:10 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat Aug 5 12:24:10 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/13ddf646/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c0493be..5e1f7ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
 language: java
-install: ant download-ivy download-junit
+install: ant download-ivy download-ant-junit
 script: ant ci
 jdk:
   - oraclejdk8
\ No newline at end of file