You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2021/07/20 21:01:48 UTC

[tika-docker] branch master updated: Updated CI build to include Apache Tika 2.0.0 release

This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 7432296  Updated CI build to include Apache Tika 2.0.0 release
7432296 is described below

commit 7432296451aabd2fc9410201d8e3dab5dc8c8e7f
Author: David Meikle <dm...@apache.org>
AuthorDate: Tue Jul 20 21:59:16 2021 +0100

    Updated CI build to include Apache Tika 2.0.0 release
---
 .travis.yml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 38d5cf3..c4a9621 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,11 @@ language: bash
 services: docker
 env:
   matrix:
-    - VERSION=1.27
-    - VERSION=1.26
-    - VERSION=1.25
-    - VERSION=1.24.1
+    - VERSION=2.0.0 TIKA_JAR=tika-server-standard
+    - VERSION=1.27 TIKA_JAR=tika-server
+    - VERSION=1.26 TIKA_JAR=tika-server
+    - VERSION=1.25 TIKA_JAR=tika-server
+
 script:
-  - ./docker-tool.sh build $VERSION
-  - ./docker-tool.sh test $VERSION
+  - ./docker-tool.sh build $VERSION $TIKA_JAR
+  - ./docker-tool.sh test $VERSION $TIKA_JAR