You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/01/11 16:44:11 UTC

[tika-docker] branch master updated: TIKA-3954 -- migrate off travis

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

tallison 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 052918e  TIKA-3954 -- migrate off travis
052918e is described below

commit 052918e20f5809beaae3aa4069011267165044a6
Author: tallison <ta...@apache.org>
AuthorDate: Wed Jan 11 11:43:32 2023 -0500

    TIKA-3954 -- migrate off travis
---
 .travis.yml | 11 -----------
 README.md   |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0ec834f..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-dist: jammy
-language: bash
-services: docker
-
-env:
-  matrix:
-    - TIKA_DOCKER_VERSION=2.6.0.2 TIKA_VERSION=2.6.0
-
-script:
-  - ./docker-tool.sh build $TIKA_DOCKER_VERSION $TIKA_VERSION
-  - ./docker-tool.sh test $TIKA_DOCKER_VERSION $TIKA_VERSION
diff --git a/README.md b/README.md
index babab6a..f6709c2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# tika-docker [![Build Status](https://api.travis-ci.com/apache/tika-docker.svg?branch=master)](https://travis-ci.com/github/apache/tika-docker)
+# tika-docker <!--- update this once we migrate to github actions(?) [![Build Status](https://api.travis-ci.com/apache/tika-docker.svg?branch=master)](https://travis-ci.com/github/apache/tika-docker) -->
 
 This repo is used to create convenience Docker images for Apache Tika Server published as [apache/tika](https://hub.docker.com/r/apache/tika) on DockerHub by the [Apache Tika](http://tika.apache.org) Dev team