From d9dda6aebc3f215c7b2ab3253f709acf11821cab Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 10 Sep 2020 10:16:54 +0100 Subject: [PATCH] Remove Travis CI reference Fixes https://github.com/vector-im/element-web/issues/15098 --- CONTRIBUTING.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d8ce41f99..532e09aac 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -28,10 +28,9 @@ use GitHub's pull request workflow to review the contribution, and either ask you to make any refinements needed or merge it and make them ourselves. The changes will then land on master when we next do a release. -We use Travis for continuous integration, and all pull requests get -automatically tested by Travis: if your change breaks the build, then the PR -will show that there are failed checks, so please check back after a few -minutes. +We use continuous integration, and all pull requests get automatically tested: +if your change breaks the build, then the PR will show that there are failed +checks, so please check back after a few minutes. Code style ~~~~~~~~~~