From 67dd4e3e06a3e637d97efccc72b565f824f9cf7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Tue, 12 Feb 2019 19:39:47 -0600
Subject: [PATCH] Remove Travis CI badge again: won't show tag build status

---
 README.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index e82218b8..bc8a29cf 100644
--- a/README.rst
+++ b/README.rst
@@ -5,9 +5,7 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
    :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master
 .. image:: https://badge.fury.io/py/pyopencl.png
    :target: http://pypi.python.org/pypi/pyopencl
-.. image:: https://travis-ci.org/inducer/pyopencl.svg?branch=master
-   :target: https://travis-ci.org/inducer/pyopencl
-(Travis only builds binary wheels for releases, see `#264 <https://github.com/inducer/pyopencl/pull/264>`_)
+(Also: `Travis CI <https://travis-ci.org/inducer/pyopencl/builds>`_ to build binary wheels for releases, see `#264 <https://github.com/inducer/pyopencl/pull/264>`_)
 
 PyOpenCL lets you access GPUs and other massively parallel compute
 devices from Python. It tries to offer computing goodness in the
-- 
GitLab