From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56E01138359 for ; Wed, 26 Aug 2020 09:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59089E088D; Wed, 26 Aug 2020 09:04:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D973E088D for ; Wed, 26 Aug 2020 09:04:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BC31340EC7 for ; Wed, 26 Aug 2020 09:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C2E2FE for ; Wed, 26 Aug 2020 09:03:55 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1598432598.d1bd2930bf18a48bc9b717946c0fa7cc1ade93b9.ultrabug@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: d1bd2930bf18a48bc9b717946c0fa7cc1ade93b9 X-VCS-Branch: master Date: Wed, 26 Aug 2020 09:03:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c700c47-3313-4a57-81d0-d488e9264361 X-Archives-Hash: 49e34a26215f4d552e4136c948eb27b2 commit: d1bd2930bf18a48bc9b717946c0fa7cc1ade93b9 Author: Konstantinos Smanis gmail com> AuthorDate: Mon Aug 24 20:59:17 2020 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed Aug 26 09:03:18 2020 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=d1bd2930 Update Travis CI badge See issue #90 for relocation details. Signed-off-by: Konstantinos Smanis gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/91 Signed-off-by: Alexys Jacob gentoo.org> README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258ecb6..eb5eba5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gentoo Docker Images -[![Build Status](https://travis-ci.org/gentoo/gentoo-docker-images.svg?branch=master)](https://travis-ci.org/gentoo/gentoo-docker-images) +[![Build Status](https://travis-ci.com/gentoo/gentoo-docker-images.svg?branch=master)](https://travis-ci.com/gentoo/gentoo-docker-images) A collection of Dockerfiles for generating Gentoo docker images.