Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-05-25 20:16:06 +0300
committerBadlop <badlop@process-one.net>2021-05-25 20:16:06 +0300
commit33fd45a9601c34c20e099a37be7cf827434d2fa7 (patch)
tree02419195c685aa317b50bc95408a839836235de1 /CONTRIBUTING.md
parent77ef03e1044cc1b960c7247cb4ccaa73ab9d707a (diff)
Remove .travis.yml as it's superseded by ci.yml (#3613)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a381bc072..136ef3077 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -96,10 +96,10 @@ Before you submit your pull request consider the following guidelines:
git push origin my-fix-branch
```
-* In GitHub, send a pull request to `ejabberd:master`. This will trigger the Travis integration and run the test.
+* In GitHub, send a pull request to `ejabberd:master`. This will trigger the automated testing.
We will also notify you if you have not yet signed the [contribution agreement][cla].
-* If you find that the Travis integration has failed, look into the logs on Travis to find out
+* If you find that the tests have failed, look into the logs to find out
if your changes caused test failures, the commit message was malformed etc. If you find that the
tests failed or times out for unrelated reasons, you can ping a team member so that the build can be
restarted.