summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 15:51:08 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 15:51:08 -0500
commit375a7606c642bf006a7488a9699406a3d275ab54 (patch)
treeb471e010dac141ef47367daf424ff67f57f47780 /.github
parentc045e8454d9225161dcdf107c25f1c9d0a82f88b (diff)
downloadcmd2-git-375a7606c642bf006a7488a9699406a3d275ab54.tar.gz
Deleted configuration for travis-ci.org and also deleted associated webhook within GitHub settings for the repo
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 1175618a..6e5e7b9b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -458,7 +458,8 @@ how to do it.
7. Creating the PR causes our continuous integration (CI) systems to automatically run all of the
unit tests on all supported OSes and all supported versions of Python. You should watch your PR
- to make sure that all unit tests pass on TravisCI (Linux), AppVeyor (Windows), and VSTS (macOS).
+ to make sure that all unit tests pass on every version of Python for each of Linux, Windows, and
+ macOS.
8. If any unit tests fail, you should look at the details and fix the failures. You can then push
the fix to the same branch in your fork. The PR will automatically get updated and the CI system