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:13 UTC

[couchdb-docker] branch remove-travis created (now fa9f878)

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

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


      at fa9f878  Remove Travis

This branch includes the following new commits:

     new fa9f878  Remove Travis

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-docker] 01/01: Remove Travis

Posted by va...@apache.org.
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