You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/01/24 22:44:14 UTC

[couchdb-docker] 01/01: Remove Travis

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

vatamane pushed a commit to branch remove-travis
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit fa9f878885ee19482e07cec98991b112f3f76852
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Tue Jan 24 17:43:27 2023 -0500

    Remove Travis
---
 .travis.yml | 23 -----------------------
 README.md   |  2 +-
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ba445ff..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-sudo: required
-
-language: minimal
-
-# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
-branches:
-  only:
-    - master
-
-services:
-  - docker
-
-env:
-  - RELEASES=2.3.1
-  - RELEASES=2.3.1-ubi
-  - RELEASES=3.0.1
-  - RELEASES=3.1.1
-  - RELEASES=3.1.1-ubi
-  - RELEASES=dev
-  - RELEASES=dev-cluster
-
-script:
-  - for rel in $RELEASES; do docker build -t couchdb:$rel $rel; docker run -d --name $rel -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password -p 5984:5984 couchdb:$rel && sleep 10 && curl http://admin:password@localhost:5984/ && docker kill $rel; done
diff --git a/README.md b/README.md
index 048d141..31ad048 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Semi-official Apache CouchDB Docker images [![Build Status](https://travis-ci.org/apache/couchdb-docker.svg?branch=master)](https://travis-ci.org/apache/couchdb-docker)
+# Semi-official Apache CouchDB Docker images
 
 ## Available tags