aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2020-11-23 15:15:04 -0500
committerJake Hunsaker <jhunsake@redhat.com>2020-11-23 15:15:04 -0500
commit93f2118ab93f2395dd185e5a4da55a08fa3d0319 (patch)
treeab9d7f951791a8c65460371e5610b0908eaeec96
parent2996d4078a28f865c9bf339c62b55c914b336815 (diff)
downloadsos-93f2118ab93f2395dd185e5a4da55a08fa3d0319.tar.gz
[readme] Update badging
Update the build badge for the repo README to point to Cirrus-CI instead of Travis now that we've switched CI platforms. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 394269aa..6ecc645e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/sosreport/sos.svg?branch=master)](https://travis-ci.org/sosreport/sos) [![Documentation Status](https://readthedocs.org/projects/sos/badge/?version=master)](https://sos.readthedocs.io/en/master/?badge=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sosreport/sos.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sosreport/sos/context:python)
+[![Build Status](https://api.cirrus-ci.com/github/sosreport/sos.svg?branch=master)](https://cirrus-ci.com/github/sosreport/sos) [![Documentation Status](https://readthedocs.org/projects/sos/badge/?version=master)](https://sos.readthedocs.io/en/master/?badge=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sosreport/sos.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sosreport/sos/context:python)
# SoS
@@ -54,7 +54,7 @@ and run
python3 setup.py build_sphinx -a
```
-Please run `./tests/simple.sh` before sending a [pull request][0], or run the
+Please run `./tests/simple.sh` before sending a [pull request][0], and run the
test suite manually using the `nosetests` command (ideally for the
set of Python versions currently supported by `sos` upstream).