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 2020/11/30 21:29:06 UTC

[tika-docker] branch master updated: Updated for Apache Tika 1.25 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 e96b937  Updated for Apache Tika 1.25 release
e96b937 is described below

commit e96b937ae6b66b2b288f49ee2c8b951c50438c58
Author: David Meikle <dm...@apache.org>
AuthorDate: Mon Nov 30 21:28:56 2020 +0000

    Updated for Apache Tika 1.25 release
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b46c6ff..3cfdec8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ language: bash
 services: docker
 env:
   matrix:
+    - VERSION=1.25
     - VERSION=1.24.1
     - VERSION=1.24
-    - VERSION=1.23
 script:
   - ./docker-tool.sh build $VERSION
   - ./docker-tool.sh test $VERSION