diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2019-02-07 09:44:58 -0600 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2019-02-07 12:46:17 -0600 |
commit | eaf5e4a24d225db0caa3de04060bb51cb67d464f (patch) | |
tree | 6d3e7f4743b10f2261b06f488bf56e5088b3cbe4 | |
parent | 358d0cfab2a7c674e7c1e92df50ffe1ffaaa02ac (diff) | |
download | mesa-eaf5e4a24d225db0caa3de04060bb51cb67d464f.tar.gz mesa-eaf5e4a24d225db0caa3de04060bb51cb67d464f.tar.bz2 mesa-eaf5e4a24d225db0caa3de04060bb51cb67d464f.zip |
README: Drop the badges from the readme
They have been added as badges directly to the GitLab project.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
-rw-r--r-- | README.rst | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/README.rst b/README.rst index a91e308f2f7..4ccd72eca38 100644 --- a/README.rst +++ b/README.rst @@ -9,25 +9,6 @@ This repository lives at https://gitlab.freedesktop.org/mesa/mesa. Other repositories are likely forks, and code found there is not supported. -Build status ------------- - -Travis: - -.. image:: https://travis-ci.org/mesa3d/mesa.svg?branch=master - :target: https://travis-ci.org/mesa3d/mesa - -Appveyor: - -.. image:: https://img.shields.io/appveyor/ci/mesa3d/mesa.svg - :target: https://ci.appveyor.com/project/mesa3d/mesa - -Coverity: - -.. image:: https://scan.coverity.com/projects/139/badge.svg?flat=1 - :target: https://scan.coverity.com/projects/mesa - - Build & install --------------- |