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
commit e96b937ae6b66b2b288f49ee2c8b951c50438c58 Author: David Meikle <[email protected]> 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
