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
Commit: 4d6897ec4b64f10b3f0cc3d5730f3b8365d525fc
Parents: 6dcaf5c
Author: Pradeep Murugesan <pradeepmuruge...@outlook.com>
Authored: Mon Apr 17 15:30:27 2017 +0200
Committer: Pradeep Murugesan <pradeepmuruge...@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

Reply via email to