This is an automated email from the ASF dual-hosted git repository.
mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git
The following commit(s) were added to refs/heads/mergebot by this push:
new 341d904 Remove references to Travis.
new 2ed04e4 This closes #265
341d904 is described below
commit 341d9043127ab0ba89ebdd414742f9447f9cddb4
Author: jasonkuster <[email protected]>
AuthorDate: Wed Jul 5 14:05:38 2017 -0700
Remove references to Travis.
---
src/contribute/testing.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/contribute/testing.md b/src/contribute/testing.md
index 868c04c..69d026b 100644
--- a/src/contribute/testing.md
+++ b/src/contribute/testing.md
@@ -255,8 +255,7 @@ precommit and postcommit testing.
### Precommit
For precommit testing, Beam uses
-[Jenkins](https://builds.apache.org/view/Beam/),
-[Travis](http://travis-ci.org/apache/beam), and a code coverage tool
+[Jenkins](https://builds.apache.org/view/Beam/) and a code coverage tool
called [Coveralls](https://coveralls.io/github/apache/beam), hooked up
to [Github](https://github.com/apache/beam), to ensure that pull
requests meet a certain quality bar. These precommits verify correctness via
two
@@ -270,10 +269,9 @@ that this hits the appropriate tradeoff between a desire
for short (ideally
function in the way in which they are intended.
Precommit tests are kicked off when a user makes a Pull Request against the
-`apache/beam` repository and the Travis, Jenkins, and Coveralls statuses
-are displayed at the bottom of the pull request page. Clicking on “Details”
will
-open the status page in the selected tool; there, test status and output can be
-viewed.
+`apache/beam` repository and the Jenkins and Coveralls statuses are displayed
at
+the bottom of the pull request page. Clicking on “Details” will open the status
+page in the selected tool; there, test status and output can be viewed.
### Postcommit
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].